| Sheet Class |
Namespace: Aceoffix.ExcelReader
The Sheet type exposes the following members.
| Name | Description | |
|---|---|---|
| OpenCell |
Opens the specified cell and returns a Cell object.
| |
| OpenCellByDefinedName |
Opens the cell with the specified name defined in Excel and returns a Cell object.
| |
| OpenTable |
Opens the specified table and returns a Table object.
| |
| OpenTableByDefinedName |
Opens the table with the specified name defined in Excel and returns the Table object.
|
| Name | Description | |
|---|---|---|
| Cells |
Gets the Cells named by DefinedName.
| |
| Name |
Gets the name of the Sheet.
| |
| Tables |
Gets the Tables named by DefinedName.
|
Sheet class represents a worksheet defined in Excel. You can only call the OpenSheet(String) method to get the Sheet object.