ValidationCollection

General

ValidationCollection és una classe en Aspose.Cells per NET.

ValidationCollection.Add afegeix una regla de validació de dades a l’àrea de cèl·lula especificada.

Propietats

NameTypeAccessDescription
CountintReadGets the total number of data validations in the collection

Mètodes

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
 Català