ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLNamedRange Class / CellRanges Property

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