Google Sheets · Schema

GridRange

A range on a sheet. All indexes are zero-based.

Google WorkspaceProductivitySpreadsheets

Properties

Name Type Description
sheetId integer The sheet this range is on.
startRowIndex integer The start row (inclusive) of the range, or not set if unbounded.
endRowIndex integer The end row (exclusive) of the range, or not set if unbounded.
startColumnIndex integer The start column (inclusive) of the range, or not set if unbounded.
endColumnIndex integer The end column (exclusive) of the range, or not set if unbounded.
View JSON Schema on GitHub