Class GridValidationCollection
Contents
[
Hide
]GridValidationCollection class
Encapsulates a collection of GridValidation objects.
public class GridValidationCollection
Properties
| Name | Description |
|---|---|
| Count { get; } | Gets the size of enumerator |
| Item { get; } | Gets the GridValidation element at the specified index. |
Methods
| Name | Description |
|---|---|
| Add() | (Obsolete.) Add a GridValidation to the collection. |
| Add(GridCellArea) | Adds a data validation to the collection. |
| Add(GridValidation) | Add a GridValidation to the collection. |
| Add(string) | Add a GridValidation to the collection.the validation is applied to the specificed cell. |
| Add(int, int) | Add a GridValidation to the collection.the validation is applied to the specificed cell. |
| Clear() | Clears all validations. |
| GetValidationInCell(int, int) | Gets the validation applied to given cell. |
| RemoveAt(int) | Remove the validation at the specified index. |
See Also
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb