Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / C1XLBook Class
Members

In This Topic
    C1XLBook Class
    In This Topic

    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
       Implements ICloneable 
    public class C1XLBook : System.ComponentModel.Component, ICloneable  
    Inheritance Hierarchy

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

    See Also