Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLNamedRange Class / CellRanges Property

In This Topic
    CellRanges Property (XLNamedRange)
    In This Topic
    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