DimensionRange: DimensionRange Object

Description Usage Arguments Details Value

Description

DimensionRange Object

Usage

1
2
DimensionRange(dimension = NULL, startIndex = NULL, endIndex = NULL,
  sheetId = NULL)

Arguments

dimension

The dimension of the span

startIndex

The start (inclusive) of the span, or not set if unbounded

endIndex

The end (exclusive) of the span, or not set if unbounded

sheetId

The sheet this span is on

Details

Autogenerated via gar_create_api_objects A range along a single dimension on a sheet.All indexes are zero-based.Indexes are half open: the start index is inclusiveand the end index is exclusive.Missing indexes indicate the range is unbounded on that side.

Value

DimensionRange object


lantanacamara/googleSheetsR documentation built on May 3, 2019, 11:52 p.m.