New to KendoReactStart a free 30-day trial

Sheet

Class

The Sheet object.

Definition

Package:@progress/kendo-react-spreadsheet

Methods

Returns the active cell in the sheet, for example, A1.

Returns:

any

Returns the name of the sheet.

Returns:

string

Returns a Range object based on the passed cells.

Parameters:cellstringReturns:

Range

Changes the size of the rows and columns of the current sheet.

Parameters:newRowsnumber

The rows of the sheet after the resizing.

newColsnumber

The columns of the sheet after the resizing.

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

Parameters:value?anyReturns:

any

Default:

true