ValidationCollection
Overview
ValidationCollection is a class in Aspose.Cells for NET.
ValidationCollection.Add adds a data validation rule to the specified cell area.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the total number of data validations in the collection |
Methods
| Signature | Description |
|---|---|
Add(area: CellArea) | Adds a data validation rule to the specified cell area |
GetValidationInCell(row: int, column: int) | Returns the validation applied to the cell at given row and column |
RemoveACell(row: int, column: int) | Removes any validation from the cell at the specified row and column |
RemoveArea(cellArea: CellArea) | Deletes all validations that intersect the specified CellArea |