Package | Description |
---|---|
com.google.api.services.sheets.v4.model |
Modifier and Type | Method and Description |
---|---|
DataValidationRule |
DataValidationRule.clone() |
DataValidationRule |
CellData.getDataValidation()
A data validation rule on the cell, if any.
|
DataValidationRule |
SetDataValidationRequest.getRule()
The data validation rule to set on each cell in the range, or empty to clear the data
validation in the range.
|
DataValidationRule |
DataValidationRule.set(String fieldName,
Object value) |
DataValidationRule |
DataValidationRule.setCondition(BooleanCondition condition)
The condition that data in the cell must match.
|
DataValidationRule |
DataValidationRule.setInputMessage(String inputMessage)
A message to show the user when adding data to the cell.
|
DataValidationRule |
DataValidationRule.setShowCustomUi(Boolean showCustomUi)
True if the UI should be customized based on the kind of condition.
|
DataValidationRule |
DataValidationRule.setStrict(Boolean strict)
True if invalid data should be rejected.
|
Modifier and Type | Method and Description |
---|---|
CellData |
CellData.setDataValidation(DataValidationRule dataValidation)
A data validation rule on the cell, if any.
|
SetDataValidationRequest |
SetDataValidationRequest.setRule(DataValidationRule rule)
The data validation rule to set on each cell in the range, or empty to clear the data
validation in the range.
|
Copyright © 2011–2024 Google. All rights reserved.