SheetDescriptor
Represents the interface of a Spreadsheet document sheet and its content.
Definition
Package:@progress/kendo-angular-spreadsheet
Properties
activeCell?
string
The active cell in the sheet, for example, A1.
An array which defines the columns in this sheet and their content.
The default cell styles that will be applied to the sheet cells.
drawings?
{ topLeftCell: any; offsetX: number; offsetY: number; width: number; height: number; image: string; opacity: any }[]
An array which contains the drawings used in this sheet.
frozenColumns?
number
The number of frozen columns in this sheet.
frozenRows?
number
The number of frozen rows in this sheet.
hyperlinks?
{ ref: string; target: string }[]
An array which contains the hyperlinks of the cells.
mergedCells?
string[]
An array of merged cell ranges, for example, B1:D2.
name?
string
The name of the sheet.
selection?
string
The selected range in the sheet, for example, A1:B10.
showGridLines?
boolean
A Boolean value which indicates if the grid lines of the sheet will be displayed.
true
state?
"visible" | "hidden" | "veryHidden"
The state of the sheet.
'visible'