Aspose::Cells::Name::SetRefersTo method

Name::SetRefersTo(const U16String&) method

Returns or sets the formula that the name is defined to refer to, beginning with an equal sign.

void Aspose::Cells::Name::SetRefersTo(const U16String &value)

See Also

Name::SetRefersTo(const char16_t*) method

Returns or sets the formula that the name is defined to refer to, beginning with an equal sign.

void Aspose::Cells::Name::SetRefersTo(const char16_t *value)

See Also

Name::SetRefersTo(const U16String&, bool, bool) method

Set the reference of this Name.

void Aspose::Cells::Name::SetRefersTo(const U16String &refersTo, bool isR1C1, bool isLocal)
ParameterTypeDescription
refersToconst U16String&The reference.
isR1C1boolWhether the reference is R1C1 format.
isLocalboolWhether the reference is locale formatted.

See Also

Name::SetRefersTo(const char16_t*, bool, bool) method

Set the reference of this Name.

void Aspose::Cells::Name::SetRefersTo(const char16_t *refersTo, bool isR1C1, bool isLocal)
ParameterTypeDescription
refersToconst char16_t*The reference.
isR1C1boolWhether the reference is R1C1 format.
isLocalboolWhether the reference is locale formatted.

See Also