Show / Hide Table of Contents

Class BooleanRule

A rule that may or may not match, depending on the condition.

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

Properties

Condition

The condition of the rule. If the condition evaluates to true, the format is applied.

Declaration
[JsonProperty("condition")]
public virtual BooleanCondition Condition { get; set; }
Property Value
Type Description
BooleanCondition

ETag

The ETag of the item.

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

Format

The format to apply. Conditional formatting can only apply a subset of formatting: bold, italic, strikethrough, foreground color and, background color.

Declaration
[JsonProperty("format")]
public virtual CellFormat Format { get; set; }
Property Value
Type Description
CellFormat

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX