Gets a collection of XLSheet objects that represent the worksheets in the C1XLBook.

Namespace:  C1.Phone.Excel
Assembly:  C1.Phone.Excel (in C1.Phone.Excel.dll)

Syntax

C#
[BrowsableAttribute(false)]
public XLSheetCollection Sheets { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property Sheets As XLSheetCollection
	Get

Remarks

The XLSheetCollection returned has methods for counting, enumerating, adding and removing sheets from the C1XLBook.

See Also