| C1.UWP.Excel Assembly > C1.Xaml.Excel Namespace > XLNamedRangeCollection Class : Add Method |
| Overload | Description |
|---|---|
| Add(XLNamedRange) | Appends an XLNamedRange object to the collection. |
| Add(String,XLCellRange) | Creates an XLNamedRange object and appends it to the collection. |
| Add(String,XLCellRange[]) | Creates an XLNamedRange object and appends it to the collection. |
| Add(String,XLSheet,Int32,Int32) | Creates an XLNamedRange object and appends it to the collection. This overload creates a range containing a single cell. |
| 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. |
| Add(String,XLSheet,Int32,Int32,Int32,Int32) | Creates an XLNamedRange object and appends it to the collection. |