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.
Assembly: C1.Phone.Excel (in C1.Phone.Excel.dll)
Syntax
| C# |
|---|
public class C1XLBook : ICloneable |
| Visual Basic |
|---|
Public Class C1XLBook _ Implements ICloneable |