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
System.Object
GradientRule
Implements
IDirectResponseSchema
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class GradientRule : object, 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
public virtual InterpolationPoint Maxpoint { get; set; }
Property Value
Type Description
InterpolationPoint

Midpoint

An optional midway interpolation point.

Declaration
public virtual InterpolationPoint Midpoint { get; set; }
Property Value
Type Description
InterpolationPoint

Minpoint

The starting interpolation point.

Declaration
public virtual InterpolationPoint Minpoint { get; set; }
Property Value
Type Description
InterpolationPoint

Implements

IDirectResponseSchema
Back to top