New to Kendo UI for Angular? Start a free 30-day trial
Updated over 6 months ago
The Sheet object.
()
|
|
|---|
|
Returns the active cell in the sheet, for example, A1.
|
|
|
|
|
|---|
|
Returns the name of the sheet.
|
|
|
|
|
|---|
|
Returns a Range object based on the passed cells.
|
|
|
|
|
|
|
|---|
|
Changes the size of the rows and columns of the current sheet.
|
| Parameters | | |
|---|
|
newRows
|
number
|
The rows of the sheet after the resizing.
| |
newCols
|
number
|
The columns of the sheet after the resizing.
|
|
|
|
|---|
|
A Boolean value which indicates if the grid lines of the sheet will be displayed.
|
|
|
|
|