public static interface CellInput.Builder extends SdkPojo, CopyableBuilder<CellInput.Builder,CellInput>
| Modifier and Type | Method and Description |
|---|---|
CellInput.Builder |
fact(String fact)
Fact represents the data that is entered into a cell.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCellInput.Builder fact(String fact)
Fact represents the data that is entered into a cell. This data can be free text or a formula. Formulas need to start with the equals (=) sign.
fact - Fact represents the data that is entered into a cell. This data can be free text or a formula.
Formulas need to start with the equals (=) sign.Copyright © 2020. All rights reserved.