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

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public XLSheetCollection Sheets { get; }
Visual Basic
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