Validation.GetValue

Validation.GetValue method

Get the value of validation on the specific cell.

public object GetValue(int row, int column, bool isValue1)
ParameterTypeDescription
rowInt32The row index.
columnInt32The column index.
isValue1BooleanIndicates whether getting the first value.

See Also