Represents data validation collection. More...
Inherits CollectionBase.
Public Member Functions | |
virtual Aspose::Cells::Systems::Int32 | Add ()=0 |
Adds a data validation to the collection. More... | |
virtual Aspose::Cells::Systems::Int32 | Add (intrusive_ptr< Aspose::Cells::ICellArea > ca)=0 |
Adds a data validation to the collection. More... | |
virtual intrusive_ptr< Aspose::Cells::IValidation > | GetObjectByIndex (Aspose::Cells::Systems::Int32 index)=0 |
Gets the IValidation element at the specified index. More... | |
virtual void | RemoveACell (Aspose::Cells::Systems::Int32 row, Aspose::Cells::Systems::Int32 column)=0 |
Removes all validation setting on the cell. More... | |
virtual void | RemoveArea (intrusive_ptr< Aspose::Cells::ICellArea > ca)=0 |
Removes all validation setting on the range.. More... | |
virtual intrusive_ptr< Aspose::Cells::IValidation > | GetIValidationInCell (Aspose::Cells::Systems::Int32 row, Aspose::Cells::Systems::Int32 column)=0 |
Gets the validation applied to given cell. More... | |
Represents data validation collection.
|
pure virtual |
Adds a data validation to the collection.
NOTE: This member is now obsolete. Instead, please use Add(ICellArea) method of IValidationCollection. This property will be removed 12 months later since JANUARY 2015. Aspose apologizes for any inconvenience you may have experienced.
|
pure virtual |
Adds a data validation to the collection.
ca | The area contains this validation. |
|
pure virtual |
Gets the validation applied to given cell.
row | The row index. |
column | The column index. |
|
pure virtual |
Gets the IValidation element at the specified index.
index | The zero based index of the element. |
|
pure virtual |
Removes all validation setting on the cell.
row | The row index of the cell. |
column | The column index of the cell. |
|
pure virtual |
Removes all validation setting on the range..
ca | The range which contains the validations setting. |