GoogleApi.Sheets.V4.Model.DimensionRange (google_api_sheets v0.35.0)
View SourceA range along a single dimension on a sheet. All indexes are zero-based. Indexes are half open: the start index is inclusive and the end index is exclusive. Missing indexes indicate the range is unbounded on that side.
Attributes
-
dimension(type:String.t, default:nil) - The dimension of the span. -
endIndex(type:integer(), default:nil) - The end (exclusive) of the span, or not set if unbounded. -
sheetId(type:integer(), default:nil) - The sheet this span is on. -
startIndex(type:integer(), default:nil) - The start (inclusive) of the span, or not set if unbounded.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.