Aspose::Cells::UnionRange::GetName method

UnionRange::GetName method

Gets or sets the name of the range.

U16String Aspose::Cells::UnionRange::GetName()

Remarks

Named range is supported. For example,

range.Name = “Sheet1!MyRange”;

See Also