GridValidation.RemoveACell

GridValidation.RemoveACell method

Remove the validation settings in the cell.

public void RemoveACell(int row, int column)
ParameterTypeDescription
rowInt32The row index.
columnInt32The column index.

See Also