GridValidation.AddACell

AddACell(int, int)

add the validation settings in the cell.

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

See Also


AddACell(string)

add the validation settings in the cell.

public void AddACell(string cellname)
ParameterTypeDescription
cellnameStringcell name.

See Also