Aspose::Cells::Validation::GetFormula1 method

Validation::GetFormula1(bool, bool) method

Gets the value or expression associated with this validation.

U16String Aspose::Cells::Validation::GetFormula1(bool isR1C1, bool isLocal)
ParameterTypeDescription
isR1C1boolWhether the formula needs to be formatted as R1C1.
isLocalboolWhether the formula needs to be formatted by locale.

ReturnValue

The value or expression associated with this validation.

See Also

Validation::GetFormula1(bool, bool, int32_t, int32_t) method

Gets the value or expression associated with this validation for specific cell.

U16String Aspose::Cells::Validation::GetFormula1(bool isR1C1, bool isLocal, int32_t row, int32_t column)
ParameterTypeDescription
isR1C1boolWhether the formula needs to be formatted as R1C1.
isLocalboolWhether the formula needs to be formatted by locale.
rowint32_tThe row index.
columnint32_tThe column index.

ReturnValue

The value or expression associated with this validation.

See Also

Validation::GetFormula1() method

Represents the value or expression associated with the data validation.

U16String Aspose::Cells::Validation::GetFormula1()

See Also