Aspose::Cells::UnionRange::SetName method

UnionRange::SetName(const U16String&) method

Gets or sets the name of the range.

void Aspose::Cells::UnionRange::SetName(const U16String &value)

Remarks

Named range is supported. For example,

range.Name = “Sheet1!MyRange”;

See Also

UnionRange::SetName(const char16_t*) method

Gets or sets the name of the range.

void Aspose::Cells::UnionRange::SetName(const char16_t *value)

Remarks

Named range is supported. For example,

range.Name = “Sheet1!MyRange”;

See Also