ComponentOne Excel for UWP
Sheets Property (C1XLBook)

C1.UWP.Excel Assembly > C1.Xaml.Excel Namespace > C1XLBook Class : Sheets Property
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

Reference

C1XLBook Class
C1XLBook Members