Workbook |
public class WorkbookReader
The WorkbookReader type exposes the following members.
| Name | Description | |
|---|---|---|
| WorkbookReader | Default constructor |
| Name | Description | |
|---|---|---|
| Hidden | Hidden state of the workbook | |
| LockStructure | Lock state of the structural elements | |
| LockWindows | Lock state of the windows | |
| PasswordHash | Password hash, if available | |
| Protected | Protection state of the workbook | |
| SelectedWorksheet | Selected worksheet of the workbook | |
| WorksheetDefinitions | Dictionary of worksheet definitions. The key is the worksheet number and the value is a WorksheetDefinition object with name, hidden state and other information |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetProtectionInformation | Gets the workbook protection information | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetViewInformation | Gets the workbook view information | |
| GetWorksheetInformation | Gets the worksheet information | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Read | Reads the XML file form the passed stream and processes the workbook information | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |