C1.Excel Assembly / C1.Excel Namespace / C1XLBook Class
Members

C1XLBook Class

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.

Object Model
C1XLBook Class
Syntax
'Declaration
 
Public Class C1XLBook 
   Inherits System.ComponentModel.Component
 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         C1.Excel.C1XLBook

See Also