ComponentOne Excel for .NET
C1.Excel Assembly / C1.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 System.Collections.Generic.IReadOnlyList(Of XLCellRange)
    public System.Collections.Generic.IReadOnlyList<XLCellRange> CellRanges {get;}
    See Also