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

A single interpolation point on a gradient conditional format. These pin the gradient color scale according to the color, type and value chosen. More...

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

Properties

virtual Color Color [get, set]
 The color this interpolation point should use. More...
 
virtual ColorStyle ColorStyle [get, set]
 The color this interpolation point should use. If color is also set, this field takes precedence. More...
 
virtual string Type [get, set]
 How the value should be interpreted. More...
 
virtual string Value [get, set]
 The value this interpolation point uses. May be a formula. Unused if type is MIN or MAX. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

A single interpolation point on a gradient conditional format. These pin the gradient color scale according to the color, type and value chosen.

Property Documentation

◆ Color

virtual Color Google.Apis.Sheets.v4.Data.InterpolationPoint.Color
getset

The color this interpolation point should use.

◆ ColorStyle

virtual ColorStyle Google.Apis.Sheets.v4.Data.InterpolationPoint.ColorStyle
getset

The color this interpolation point should use. If color is also set, this field takes precedence.

◆ ETag

virtual string Google.Apis.Sheets.v4.Data.InterpolationPoint.ETag
getset

The ETag of the item.

◆ Type

virtual string Google.Apis.Sheets.v4.Data.InterpolationPoint.Type
getset

How the value should be interpreted.

◆ Value

virtual string Google.Apis.Sheets.v4.Data.InterpolationPoint.Value
getset

The value this interpolation point uses. May be a formula. Unused if type is MIN or MAX.


The documentation for this class was generated from the following file: