Class DeleteConditionalFormatRuleRequest
Deletes a conditional format rule at the given index. All subsequent rules' indexes are decremented.
Inheritance
System.Object
DeleteConditionalFormatRuleRequest
Implements
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class DeleteConditionalFormatRuleRequest : object, IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Index
The zero-based index of the rule to be deleted.
Declaration
public virtual Nullable<int> Index { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
SheetId
The sheet the rule is being deleted from.
Declaration
public virtual Nullable<int> SheetId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |