Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
BooleanRule |
BooleanRule.clone() |
BooleanRule |
ConditionalFormatRule.getBooleanRule()
The formatting is either "on" or "off" according to the rule.
|
BooleanRule |
BooleanRule.set(String fieldName,
Object value) |
BooleanRule |
BooleanRule.setCondition(BooleanCondition condition)
The condition of the rule.
|
BooleanRule |
BooleanRule.setFormat(CellFormat format)
The format to apply.
|
Modifier and Type | Method and Description |
---|---|
ConditionalFormatRule |
ConditionalFormatRule.setBooleanRule(BooleanRule booleanRule)
The formatting is either "on" or "off" according to the rule.
|
Copyright © 2011–2024 Google. All rights reserved.