ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / C1XLBook Class / Sheets Property

In This Topic
    Sheets Property (C1XLBook)
    In This Topic
    Gets a collection of XLSheet objects that represent the worksheets in the C1XLBook.
    Syntax
    'Declaration
     
    Public ReadOnly Property Sheets As XLSheetCollection
    public XLSheetCollection Sheets {get;}
    Remarks
    The XLSheetCollection returned has methods for counting, enumerating, adding and removing sheets from the C1XLBook.
    See Also