Sheet Methods |
The Sheet type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | OpenCell |
Opens the specified cell and returns a Cell object.
|
![]() | OpenCellByDefinedName |
Opens the cell with specified name that defined in Excel and returns a Cell object.
|
![]() ![]() | OpenCellRC |
Opens the specified cell and returns a Cell object.
|
![]() ![]() | OpenTable(String) |
Opens the specified range of the cells and returns a Table object.
|
![]() | OpenTable(String, Boolean) |
Opens the specified range of cells and returns a Table object.
|
![]() | OpenTableByDefinedName(String, Int32, Int32) |
Opens the table with the specified name defined in Excel and returns a table object.
|
![]() | OpenTableByDefinedName(String, Int32, Int32, Boolean) |
Opens the table with specified name that defined in Excel and returns a table object.
|