For a list of all members of this type, see ExcelHelper members.
Name | Description | |
---|---|---|
![]() | ActiveSheet | The Sheet where we are working on, 1-based(First sheet is 1, not 0). Always set this property before working on a file. You can read or write this value. |
![]() | ActiveSheetName | The sheet where we are working on, referred by name instead of by index. |
![]() | ColCount | Number of columns actually used on the active sheet. |
![]() | RowCount | Number of rows actually used on the sheet. |
![]() | SheetCount | Gets the sheet count. |