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

In This Topic
    CellRange Property
    In This Topic
    Gets a reference to the XLCellRange object that determines which cells are contained in the current named range.
    Syntax
    'Declaration
     
    Public ReadOnly Property CellRange As XLCellRange
    public XLCellRange CellRange {get;}
    See Also