The C1XLBook type exposes the following members.
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.
|