For a list of all members of this type, see Sheet members
Name | Description | |
---|---|---|
CreateColumns | Creates a specified number of new columns starting from a given index within the sheet. | |
CreateRow | Creates a new row at the specified index within the sheet. | |
CreateRows | Creates a specified number of new rows starting from a given index within the sheet. | |
GetColumnWidthInPixel | Retrieves the width of a specified column within the sheet. | |
GetEnumerator | Overrides Objects.GetEnumerator. | |
GetRowAt | Retrieves the row at the specified index within the sheet. | |
GetRowHeightInPixel | Retrieves the height of a specified row within the sheet. | |
IsColumnHidden | Determines whether a specified column within the sheet is hidden. Allows for checking the visibility status of individual columns. | |
IsRowHidden | Determines whether a specified row within the sheet is hidden. | |
RemoveColumns | Removes a specified number of columns starting from a given index within the sheet. | |
RemoveRows | Removes a specified number of rows starting from a given index within the sheet. | |
SetColumnHidden | Hides or reveals a specified column within the sheet. | |
SetColumnWidthInPixel | Adjusts the width of a specified column within the sheet, measured in pixels. | |
SetRowHeightInPixel | Adjusts the height of a specified row within the sheet, measured in pixels. | |
SetRowHidden | Hides or reveals a specified row within the sheet. | |
SortCellRange | Sorts a specified range of cells within the sheet according to a set of defined sorting options. |