Aspose::Cells::ValidationCollection::Add method

ValidationCollection::Add method

Adds a data validation to the collection.

int32_t Aspose::Cells::ValidationCollection::Add(const CellArea &ca)
ParameterTypeDescription
caconst CellArea&The area contains this validation.

ReturnValue

Validation object index.

See Also