Show / Hide Table of Contents

Class BooleanRule

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

Inheritance
System.Object
BooleanRule
Implements
IDirectResponseSchema
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class BooleanRule : object, IDirectResponseSchema

Properties

Condition

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

Declaration
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
System.String

Format

Declaration
public virtual CellFormat Format { get; set; }
Property Value
Type Description
CellFormat

Implements

IDirectResponseSchema
Back to top