set_formula1 method
set_formula1(self, formula, is_r1c1, is_local)
Sets the value or expression associated with this validation.
def set_formula1(self, formula, is_r1c1, is_local):
    ...
| Parameter | Type | Description | 
|---|---|---|
| formula | System.String | The value or expression associated with this format condition. | 
| is_r1c1 | bool | Whether the formula is R1C1 formula. | 
| is_local | bool | Whether the formula is locale formatted. | 
See Also
- module aspose.cells
- class Validation