Overload List

  Name Description
Public method Add(XLNamedRange)
Appends an XLNamedRange object to the collection.
Public method Add(String, XLCellRange)
Creates an XLNamedRange object and appends it to the collection.
Public method Add(String, array<XLCellRange>[]()[][])
Creates an XLNamedRange object and appends it to the collection.
Public method Add(String, XLSheet, Int32, Int32)
Creates an XLNamedRange object and appends it to the collection. This overload creates a range containing a single cell.
Public method Add(String, Int32, Int32, Int32, Int32)
Creates an XLNamedRange object and appends it to the collection. This overload allows you to create a 3-D reference to the same range of cells on multiple worksheets.
Public method Add(String, XLSheet, Int32, Int32, Int32, Int32)
Creates an XLNamedRange object and appends it to the collection.

See Also