Represents an Excel workbook containing one or more worksheets.

Contains methods for loading and saving XLS files, and exposes a collection of XLSheet objects that represent the individual worksheets.

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

Syntax

C#
public class C1XLBook : ICloneable
Visual Basic
Public Class C1XLBook _
	Implements ICloneable

Inheritance Hierarchy

System..::..Object
  C1.Silverlight.Excel..::..C1XLBook

See Also