add method
add
Adds a data validation to the collection.
Returns
Validation
object index.
def add(self):
...
Remarks
NOTE: This member is now obsolete. Instead, please use ValidationCollection.Add(CellArea) method. This property will be removed 12 months later since JANUARY 2015. Aspose apologizes for any inconvenience you may have experienced.
add
Adds a data validation to the collection.
Returns
Validation
object index.
def add(self, ca):
...
Parameter | Type | Description |
---|---|---|
ca | CellArea | The area contains this validation. |
See Also
- module
aspose.cells
- class
Validation
- class
ValidationCollection