A 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.
More...
|
virtual string | Dimension [get, set] |
| The dimension of the span. More...
|
|
virtual System.Nullable< int > | EndIndex [get, set] |
| The end (exclusive) of the span, or not set if unbounded. More...
|
|
virtual System.Nullable< int > | SheetId [get, set] |
| The sheet this span is on. More...
|
|
virtual System.Nullable< int > | StartIndex [get, set] |
| The start (inclusive) of the span, or not set if unbounded. More...
|
|
virtual string | ETag [get, set] |
| The ETag of the item. More...
|
|
string | ETag |
|
A 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.
◆ Dimension
virtual string Google.Apis.Sheets.v4.Data.DimensionRange.Dimension |
|
getset |
The dimension of the span.
◆ EndIndex
virtual System.Nullable<int> Google.Apis.Sheets.v4.Data.DimensionRange.EndIndex |
|
getset |
The end (exclusive) of the span, or not set if unbounded.
◆ ETag
virtual string Google.Apis.Sheets.v4.Data.DimensionRange.ETag |
|
getset |
◆ SheetId
virtual System.Nullable<int> Google.Apis.Sheets.v4.Data.DimensionRange.SheetId |
|
getset |
The sheet this span is on.
◆ StartIndex
virtual System.Nullable<int> Google.Apis.Sheets.v4.Data.DimensionRange.StartIndex |
|
getset |
The start (inclusive) of the span, or not set if unbounded.
The documentation for this class was generated from the following file: