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

Name::GetRanges(bool) method

Gets all ranges referred by this name.

Vector<Range> Aspose::Cells::Name::GetRanges(bool recalculate)
ParameterTypeDescription
recalculateboolwhether recalculate it if this name has been calculated before this invocation.

ReturnValue

All ranges.

See Also