Show / Hide Table of Contents

Class ConditionalFormatRule

A rule describing a conditional format.

Inheritance
object
ConditionalFormatRule
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 ConditionalFormatRule : IDirectResponseSchema

Properties

BooleanRule

The formatting is either "on" or "off" according to the rule.

Declaration
[JsonProperty("booleanRule")]
public virtual BooleanRule BooleanRule { get; set; }
Property Value
Type Description
BooleanRule

ETag

The ETag of the item.

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

GradientRule

The formatting will vary based on the gradients in the rule.

Declaration
[JsonProperty("gradientRule")]
public virtual GradientRule GradientRule { get; set; }
Property Value
Type Description
GradientRule

Ranges

The ranges that are formatted if the condition is true. All the ranges must be on the same grid.

Declaration
[JsonProperty("ranges")]
public virtual IList<GridRange> Ranges { get; set; }
Property Value
Type Description
IList<GridRange>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX