ValidationCollection
Overview
ValidationCollection is a class in Aspose.Cells FOSS for .NET.
Represents a collection of validation objects.
This class provides 4 methods for working with ValidationCollection objects in .NET programs.
Available methods include: Add, GetValidationInCell, RemoveACell, RemoveArea.
All exported members are accessible to any .NET application after installing the Aspose.Cells FOSS for .NET package.
Properties: Count.
Description
ValidationCollection is a class in the Aspose.Cells FOSS library for .NET that exposes 4 methods and 1 property for programmatic use.
The class also provides the Count property (gets the count).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the count. |
Methods
| Signature | Description |
|---|---|
Add(area: CellArea) | The zero-based index of the added item. |
GetValidationInCell(row: int, column: int) | The validation. |
RemoveACell(row: int, column: int) | The zero-based column index. |
RemoveArea(cellArea: CellArea) | The cell area. |