XLSDocumentSheet Class |
Namespace: SIC.OpenDocumentFormat.XLS
The XLSDocumentSheet type exposes the following members.
| Name | Description | |
|---|---|---|
| XLSDocumentSheet |
Initializes a new instance of the Sheet class.
Constructor with parameter
|
| Name | Description | |
|---|---|---|
| Add |
Adds a Excel Sheet object
| |
| Equals | (Inherited from Object.) | |
| Exist |
Exist Excel Sheet
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetCellValue(Cell) |
Get Cell Value (by Cell)
| |
| GetCellValue(String, String) |
Get Cell Value (by sheet name and cell reference)
| |
| GetDataColumn |
Read data on column
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetSheetNames |
List all sheets in Excel Document
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetWorkSheet |
Get work sheet object
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetCellValueString |
Set Excel Cell value type string
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| MyXLSDocument |
Parent - XLSDocument
|