Aspose::Cells::Name::GetRanges method
Name::GetRanges() method
Gets all ranges referred by this name.
Vector<Range> Aspose::Cells::Name::GetRanges()
ReturnValue
All ranges.
See Also
- Class Vector
- Class Range
- Class Name
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
Name::GetRanges(bool) method
Gets all ranges referred by this name.
Vector<Range> Aspose::Cells::Name::GetRanges(bool recalculate)
Parameter | Type | Description |
---|---|---|
recalculate | bool | whether recalculate it if this name has been calculated before this invocation. |
ReturnValue
All ranges.
See Also
- Class Vector
- Class Range
- Class Name
- Namespace Aspose::Cells
- Library Aspose.Cells for C++