For a list of all members of this type, see Sheet members
Name | Description | |
---|---|---|
CreateColumns | Creates new columns and inserts them at the specified index within the sheet. | |
CreateRow | Creates a new row and inserts it at the specified index within the sheet. | |
CreateRows | Creates new rows and inserts them at the specified index within the sheet. | |
GetColumnWidthInPixel | Retrieves the width of a specified column within the sheet. | |
GetRowAt | Retrieves the row at the specified index within the sheet. | |
GetRowHeightInPixel | Retrieves the height of a specified row within the sheet. | |
IsColumnHidden | Determines the visibility status of an individual column. | |
IsRowHidden | Determines the visibility status of an individual row. | |
RemoveColumns | Removes a specific number of columns from a sheet, starting from a given index. | |
RemoveRows | Removes a specific number of rows from a sheet, starting from a given index. | |
SetCellRangeBorder | Sets the border style for a specified border of the cell range. | |
SetColumnHidden | Changes the visibility status of an individual column. | |
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 | Changes the visibility status of an individual row. | |
SortCellRange | Sorts a specified range of cells within the sheet according to a set of defined sorting options. |