Excel for WPF and Silverlight
C1XLBook Class Members
Properties  Methods  Events

C1.WPF.Excel Namespace : C1XLBook Class

The following tables list the members exposed by C1XLBook.

Public Constructors
 NameDescription
Public ConstructorCreates a new instance of the C1XLBook class. The new workbook contains a single empty XLSheet called "Sheet1".  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the name of the person, company, or application that created this C1XLBook.  
Public PropertyGets or sets the formula calculation mode.  
Public PropertyGets or sets a value determining the limits on sheet size and the number of styles allowed per workbook.  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertyGets or sets the default font object for the C1XLBook.  
Public PropertyDetermines whether the workbook is currently loading.  
Public PropertySpecifies whether the component should store formulas read from XLS/XLSX files and write them back when saving the file.  
Public PropertyGets or sets a list separator that used for CSV-data, by default used the list separator in the Windows system.  
Public PropertyGets the collection of XLNamedRange objects for the current workbook.  
Public PropertyGets or sets a value specifying whether the component should copy non-main BIFF records as opaque when loading and saving XLS files.  
Public PropertyGets or sets color palette of this workbook.  
Public PropertyGets or sets reference mode of this workbook.  
Public PropertyGets a collection of XLSheet objects that represent the worksheets in the C1XLBook.  
Public Property (Inherited from System.ComponentModel.Component)
Public PropertySpecifies whether the component should use the default encoding for CSV files.  
Public PropertySpecifies whether the component should use temporary storage at saving to XLSX/XSLT files for minimization used memory.  
Top
Public Methods
 NameDescription
Public MethodClears the C1XLBook, restoring the initial state with a single XLSheet called "Sheet1".  
Public MethodCreates a copy of this C1Excel book.  
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.ComponentModel.Component)
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodOverloaded. Loads an Excel worksheet from a file.  
Public Methodstatic (Shared in Visual Basic)Converts a pixel measurement into twips (1/20th of a point).  
Public MethodOverloaded. Saves the worksheet to a file.  
Public Method (Inherited from System.ComponentModel.Component)
Public Methodstatic (Shared in Visual Basic)Converts a twip measurement into screen pixels.  
Top
Public Events
 NameDescription
Public Event (Inherited from System.ComponentModel.Component)
Public EventFired while data is being read from or written into a workbook.  
Top
See Also

Reference

C1XLBook Class
C1.WPF.Excel Namespace