GridColumn.AddValidation
AddValidation(ICustomValidation)
public void AddValidation(ICustomValidation val)
See Also
- interface ICustomValidation
- class GridColumn
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop
AddValidation(bool, string)
Adds a validation to the column.
public void AddValidation(bool isRequired, string regEx)
| Parameter | Type | Description |
|---|---|---|
| isRequired | Boolean | Value indicating whether cell value of this column is required. |
| regEx | String | Regular expression. |
See Also
- class GridColumn
- namespace Aspose.Cells.GridDesktop.Data
- assembly Aspose.Cells.GridDesktop