ComponentOne Excel for .NET
C1.Excel Assembly / C1.Excel Namespace / XLCellRange Class / Sheets Property

In This Topic
    Sheets Property (XLCellRange)
    In This Topic
    Gets an array of XLSheet objects.
    Syntax
    'Declaration
     
    Public ReadOnly Property Sheets As System.Collections.Generic.IReadOnlyList(Of XLSheet)
    public System.Collections.Generic.IReadOnlyList<XLSheet> Sheets {get;}
    See Also