Aspose::Cells::WorksheetCollection::GetNamedRangesAndTables method

WorksheetCollection::GetNamedRangesAndTables method

Gets all pre-defined named ranges in the spreadsheet.

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

ReturnValue

An array of Range objects.

Returns null if the named range does not exist.

See Also