sheets  v4
Properties | List of all members
Google.Apis.Sheets.v4.Data.DimensionRange Class Reference

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...

Inheritance diagram for Google.Apis.Sheets.v4.Data.DimensionRange:
Google::Apis::Requests::IDirectResponseSchema

Properties

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...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

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.

Property Documentation

◆ 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

The ETag of the item.

◆ 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: