The ExcelSheet object contains the following properties:
Property List
Name | Description |
---|---|
Cell
|
Returns the specified Excel cell. |
CellByName
|
Returns the Excel cell specified by its name. |
ColumnCount
|
Returns the column index of the last non-empty cell in the current Excel sheet. |
RowCount
|
Returns the row index of the last non-empty cell in the current Excel sheet. |
Title
|
Returns the title of the current Excel sheet. |