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):
    ...
ParameterTypeDescription
caCellAreaThe area contains this validation.

See Also