C1.Excel Assembly / C1.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
 
Remarks
The XLSheetCollection returned has methods for counting, enumerating, adding and removing sheets from the C1XLBook.
See Also