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