ValidationCollection

ValidationCollection

Overview

ValidationCollection is a class in Aspose.Cells FOSS for Java.

Represents the collection of data validation rules for a worksheet.

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.