Sheet Class |
Namespace: Aceoffix.ExcelWriter
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.
|
Name | Description | |
---|---|---|
![]() | AllowAdjustRC |
Sets a value that indicates whether users are allowed to adjust rows and column manually when the worksheet is read-only.
|
![]() | AutoFit |
Sets a value that indicate whether the AutoFit feature will be used in the cells of the worksheet.
|
![]() | Name |
Gets the name of the Sheet.
|
![]() | ReadOnly |
Sets a value that indicates whether the worksheet is read-only.
|
Sheet class represents the worksheet defined in Excel. You can only call the OpenSheet(String) method to get the Sheet object.