ValidationCollection
Overview
ValidationCollection is a class in Aspose.Cells FOSS for Java.
Represents the collection of data validation rules for a worksheet.
This class provides 6 methods for working with ValidationCollection objects in Java programs.
Available methods include: add, get, getCount, getValidationInCell, removeACell, removeArea.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Properties: count.
Description
ValidationCollection is a class in the Aspose.Cells FOSS library for Java that exposes 6 methods and 1 property for programmatic use.
Core capabilities include: Removes a cell; removes area. These operations enable developers to integrate validationcollection functionality directly into Java applications.
The class also provides the count property (returns the count).
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. |