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
- Class Vector
- Class U16String
- Class UnionRange
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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
- Class Vector
- Class UnionRange
- Namespace Aspose::Cells
- Library Aspose.Cells for C++