C1.WPF.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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2