ValidationCollection.RemoveACell

ValidationCollection.RemoveACell method

Removes all validation setting on the cell.

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

See Also