New to Kendo UI for AngularStart a free 30-day trial

Represents the interface of a Spreadsheet document sheet and its content.

Definition

Package:@progress/kendo-angular-spreadsheet

Properties

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.

The number of frozen columns in this sheet.

The number of frozen rows in this sheet.

{ 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.

The row data for this sheet.

The selected range in the sheet, for example, A1:B10.

A Boolean value which indicates if the grid lines of the sheet will be displayed.

Default:

true

state?

"visible" | "hidden" | "veryHidden"

The state of the sheet.

Default:

'visible'