GridValidationCollection.GetValidationInCell
GridValidationCollection.GetValidationInCell method
Gets the validation applied to given cell.
public GridValidation GetValidationInCell(int row, int column)
| Parameter | Type | Description |
|---|---|---|
| row | Int32 | The row index. |
| column | Int32 | The column index. |
Return Value
Returns a GridValidation object or null if there is no validation for given cell
See Also
- class GridValidation
- class GridValidationCollection
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb