Class GradientRule
A rule that applies a gradient color scale format, based on the interpolation points listed. The format of a cell will vary based on its contents as compared to the values of the interpolation points.
Inheritance
System.Object
GradientRule
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class GradientRule : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Maxpoint
The final interpolation point.
Declaration
[JsonProperty("maxpoint")]
public virtual InterpolationPoint Maxpoint { get; set; }
Property Value
Type | Description |
---|---|
InterpolationPoint |
Midpoint
An optional midway interpolation point.
Declaration
[JsonProperty("midpoint")]
public virtual InterpolationPoint Midpoint { get; set; }
Property Value
Type | Description |
---|---|
InterpolationPoint |
Minpoint
The starting interpolation point.
Declaration
[JsonProperty("minpoint")]
public virtual InterpolationPoint Minpoint { get; set; }
Property Value
Type | Description |
---|---|
InterpolationPoint |