Search results

UsedRange API in React Spreadsheet API component

Used range which contains end row index and end column index of the last used cell in sheet .

Properties

colIndex

number

Specifies the last used column index of the sheet.

Defaults to 0

rowIndex

number

Specifies the last used row index of the sheet.

Defaults to 0