Aspose::Cells::Validation::GetListValue method

Validation::GetListValue method

Get the value for list of the validation for the specified cell.

Aspose::Cells::Object Aspose::Cells::Validation::GetListValue(int32_t row, int32_t column)
ParameterTypeDescription
rowint32_tThe row index.
columnint32_tThe column index.

ReturnValue

The value to produce the list of this validation for the specified cell. If the list references to a range, then the returned value will be a ReferredArea object; Otherwise the returned value may be null, object[], or simple object.

Remarks

Only for validation whose type is List and has been applied to given cell, otherwise null will be returned.

See Also