The C1XLBook type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
C1XLBook |
Methods
| Name | Description | |
|---|---|---|
|
|
Clear | |
|
|
Clone |
Creates a copy of this C1Excel book.
|
|
|
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
Load(Stream) |
Loads the worksheet from a stream.
|
|
|
Load(String) |
Loads an Excel worksheet from a file.
|
|
|
Load(Stream, FileFormat) |
Loads the worksheet from a stream.
|
|
|
Load(Stream, Boolean) |
Loads the worksheet from a stream.
|
|
|
Load(String, FileFormat) |
Loads an Excel worksheet from a file.
|
|
|
Load(String, Boolean) |
Loads an Excel worksheet from a file.
|
|
|
Load(Stream, FileFormat, Boolean) |
Loads the worksheet from a stream.
|
|
|
Load(String, FileFormat, Boolean) |
Loads an Excel worksheet from a file.
|
|
|
PixelsToTwips |
Converts a pixel measurement into twips (1/20th of a point).
|
|
|
Save(Stream) |
Saves the worksheet into a stream.
|
|
|
Save(String) |
Saves the worksheet to a file.
|
|
|
Save(Stream, FileFormat) |
Saves the worksheet into a stream.
|
|
|
Save(String, FileFormat) |
Saves the worksheet to a file.
|
|
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
|
|
TwipsToPixels |
Converts a twip measurement into screen pixels.
|
Properties
| Name | Description | |
|---|---|---|
|
|
Author |
Gets or sets the name of the person, company, or application that created this C1XLBook.
|
|
|
CalculationMode |
Gets or sets the formula calculation mode.
|
|
|
CompatibilityMode |
Gets or sets a value determining the limits on sheet size and the number of styles allowed per workbook.
|
|
|
DefaultFont |
Gets or sets the default font object for the C1XLBook.
|
|
|
IsLoading |
Determines whether the workbook is currently loading.
|
|
|
KeepFormulas |
Specifies whether the component should store formulas read from XLS/XLSX files
and write them back when saving the file.
|
|
|
NamedRanges |
Gets the collection of XLNamedRange objects for the current workbook.
|
|
|
Palette |
Gets or sets color palette of this workbook.
|
|
|
Sheets |