ValidationCollection
Overview
ValidationCollection is a class in Aspose.Cells FOSS for Java.
Represents the collection of data validation rules for a worksheet.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | int | Read | Returns the count. |
Methods
| Signature | Description |
|---|---|
getCount() → int | Returns the count. |
get(index: int) → Validation | Returns the requested item. |
add(area: CellArea) → int | Adds a new item to the current collection. |
getValidationInCell(row: int, column: int) → Validation | Processes get validation in cell. |
removeACell(row: int, column: int) | Removes a cell. |
removeArea(cellArea: CellArea) | Removes area. |