Show / Hide Table of Contents

Class BandedRange

A banded (alternating colors) range in a sheet.

Inheritance
object
BandedRange
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class BandedRange : IDirectResponseSchema

Properties

BandedRangeId

The ID of the banded range. If unset, refer to banded_range_reference.

Declaration
[JsonProperty("bandedRangeId")]
public virtual int? BandedRangeId { get; set; }
Property Value
Type Description
int?

BandedRangeReference

Output only. The reference of the banded range, used to identify the ID that is not supported by the banded_range_id.

Declaration
[JsonProperty("bandedRangeReference")]
public virtual string BandedRangeReference { get; set; }
Property Value
Type Description
string

ColumnProperties

Properties for column bands. These properties are applied on a column- by-column basis throughout all the columns in the range. At least one of row_properties or column_properties must be specified.

Declaration
[JsonProperty("columnProperties")]
public virtual BandingProperties ColumnProperties { get; set; }
Property Value
Type Description
BandingProperties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Range

The range over which these properties are applied.

Declaration
[JsonProperty("range")]
public virtual GridRange Range { get; set; }
Property Value
Type Description
GridRange

RowProperties

Properties for row bands. These properties are applied on a row-by-row basis throughout all the rows in the range. At least one of row_properties or column_properties must be specified.

Declaration
[JsonProperty("rowProperties")]
public virtual BandingProperties RowProperties { get; set; }
Property Value
Type Description
BandingProperties

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX