Show / Hide Table of Contents

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
object
GradientRule
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 GradientRule : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX