Excel for WPF and Silverlight
CellRanges Property (XLNamedRange)

C1.WPF.Excel Namespace > XLNamedRange Class : CellRanges Property
Gets a reference to array of the XLCellRange objects that determines which cells are contained in the current named range.
Syntax
'Declaration
 
Public ReadOnly Property CellRanges As XLCellRange()
public XLCellRange[] CellRanges {get;}
See Also

Reference

XLNamedRange Class
XLNamedRange Members