Aspose::Cells::WorksheetCollection::GetNamedRanges method

WorksheetCollection::GetNamedRanges method

Gets all pre-defined named ranges in the spreadsheet.

Vector<Range> Aspose::Cells::WorksheetCollection::GetNamedRanges()

ReturnValue

An array of Range objects. If the defined Name’s reference is external or has multiple ranges, no Range object will be returned for this Name.

Returns null if the named range does not exist.

See Also