ValidationCollection

ValidationCollection

Overview

ValidationCollection is a class in Aspose.Cells for NET.

ValidationCollection.Add adds a data validation rule to the specified cell area.

Properties

NameTypeAccessDescription
CountintReadGets the total number of data validations in the collection

Methods

SignatureDescription
Add(area: CellArea)Adds a data validation rule to the specified cell area
GetValidationInCell(row: int, column: int)Returns the validation applied to the cell at given row and column
RemoveACell(row: int, column: int)Removes any validation from the cell at the specified row and column
RemoveArea(cellArea: CellArea)Deletes all validations that intersect the specified CellArea