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
Changes the size of the rows and columns of the current sheet.
Parameters:newRowsnumber
The rows of the sheet after the resizing.
newColsnumberThe 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