Aspose::Cells::Validation::SetFormula2 method

Validation::SetFormula2(const U16String&, bool, bool) method

Sets the value or expression associated with this validation.

void Aspose::Cells::Validation::SetFormula2(const U16String &formula, bool isR1C1, bool isLocal)
ParameterTypeDescription
formulaconst U16String&The value or expression associated with this format condition.
isR1C1boolWhether the formula is R1C1 formula.
isLocalboolWhether the formula is locale formatted.

See Also

Validation::SetFormula2(const char16_t*, bool, bool) method

Sets the value or expression associated with this validation.

void Aspose::Cells::Validation::SetFormula2(const char16_t *formula, bool isR1C1, bool isLocal)
ParameterTypeDescription
formulaconst char16_t*The value or expression associated with this format condition.
isR1C1boolWhether the formula is R1C1 formula.
isLocalboolWhether the formula is locale formatted.

See Also

Validation::SetFormula2(const U16String&) method

Represents the value or expression associated with the data validation.

void Aspose::Cells::Validation::SetFormula2(const U16String &value)

See Also

Validation::SetFormula2(const char16_t*) method

Represents the value or expression associated with the data validation.

void Aspose::Cells::Validation::SetFormula2(const char16_t *value)

See Also