Workbook.LoadDocumentProperties Method
Name | Parameters | Description |
---|---|---|
Load |
buffer, format |
Loads document properties for a workbook from the specified byte array. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Load |
buffer |
Loads document properties for a workbook from the specified byte array. The document format is determined automatically. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Load |
stream, format |
Loads document properties for a workbook from the specified stream. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Load |
stream |
Loads document properties for a workbook from the specified stream. The document format is determined automatically. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Load |
file |
Loads document properties from the specified workbook. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Load |
file |
Loads document properties from the specified workbook. The document format is determined automatically. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |