ValidationCollection

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

NameTypeAccessDescription
countintReadReturns the count.

Methods

SignatureDescription
getCount()intReturns the count.
get(index: int)ValidationReturns the requested item.
add(area: CellArea)intAdds a new item to the current collection.
getValidationInCell(row: int, column: int)ValidationProcesses get validation in cell.
removeACell(row: int, column: int)Removes a cell.
removeArea(cellArea: CellArea)Removes area.

See Also

 English