value2 property
value2 property
Represents the second value associated with the data validation.
Definition:
@property
def value2(self):
...
@value2.setter
def value2(self, value):
...
See Also
- module
aspose.cells
- class
Validation
Represents the second value associated with the data validation.
@property
def value2(self):
...
@value2.setter
def value2(self, value):
...
aspose.cells
Validation