Excel for WinRT
Sheets Property (C1XLBook)


Gets a collection of XLSheet objects that represent the worksheets in the C1XLBook.
Syntax
'Declaration
 
Public ReadOnly Property Sheets As XLSheetCollection
'Usage
 
Dim instance As C1XLBook
Dim value As XLSheetCollection
 
value = instance.Sheets
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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback