SheetDescriptorPremium
Represents the interface of a Spreadsheet document sheet and its content.
| Name | Type | Default | Description | 
|---|---|---|---|
| activeCell? | 
 | The active cell in the sheet, for example,  | |
| columns? | 
 | An array which defines the columns in this sheet and their content. | |
| defaultCellStyle? | 
 | The default cell styles that will be applied to the sheet cells. | |
| drawings? | 
 | An array which contains the drawings used in this sheet. | |
| frozenColumns? | 
 | The number of frozen columns in this sheet. | |
| frozenRows? | 
 | The number of frozen rows in this sheet. | |
| hyperlinks? | 
 | An array which contains the hyperlinks of the cells. | |
| mergedCells? | 
 | An array of merged cell ranges, for example,  | |
| name? | 
 | The name of the sheet. | |
| rows? | 
 | The row data for this sheet. | |
| selection? | 
 | The selected range in the sheet, for example,  | |
| showGridLines? | 
 | 
 | A Boolean value which indicates if the grid lines of the sheet will be displayed. | 
| state? | 
 | 
 | The state of the sheet. |