Aspose::Cells::Validation::GetValue method

Validation::GetValue method

Get the value of validation on the specific cell.

Aspose::Cells::Object Aspose::Cells::Validation::GetValue(int32_t row, int32_t column, bool isValue1)
ParameterTypeDescription
rowint32_tThe row index.
columnint32_tThe column index.
isValue1boolIndicates whether getting the first value.

ReturnValue

See Also