Back to Devexpress

Workbook.LoadDocumentProperties Method

officefileapi-devexpress-dot-spreadsheet-dot-workbook-dot-loaddocumentproperties.md

latest3.2 KB
Original Source

Workbook.LoadDocumentProperties Method

NameParametersDescription
LoadDocumentProperties(Byte[], DocumentFormat)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.

| | LoadDocumentProperties(Byte[]) | 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.

| | LoadDocumentProperties(Stream, DocumentFormat) | 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.

| | LoadDocumentProperties(Stream) | 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.

| | LoadDocumentProperties(String, DocumentFormat) | fileName, format |

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.

| | LoadDocumentProperties(String) | fileName |

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.

|