For a list of all members of this type, see Sheet members
Name | Description | |
---|---|---|
![]() |
DefaultColumnWidth | Gets or sets the default width for columns within the sheet. This property specifies the standard width applied to columns in the absence of specific column width settings. |
![]() |
DefaultRowHeight | Gets or sets the default height for rows within the sheet. This property defines the standard height applied to rows in the absence of specific row height settings. |
![]() |
FirstRowIndex | Gets the index of the first non-empty row within the sheet.This property is instrumental in identifying the starting point of data or content within a sheet, enabling targeted operations on rows that contain information. |
![]() |
Images | Provides access to the SheetImages collection associated with the sheet. |
![]() |
LastRowIndex | Gets the index of the last non-empty row within the sheet. |
![]() |
MergedRegions | Provides access to the MergedCellRegions collection associated with the sheet.This property enables the management of merged cell regions within the sheet, offering functionalities to add, remove, or access merged regions. |
![]() |
Name | Gets or sets the name of the sheet. This property allows for the identification and customization of the sheet name within a workbook, facilitating easy navigation and reference among multiple sheets. |