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.

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