Workbook.LoadDocumentAsync Method
Name | Parameters | Description |
---|---|---|
Load |
buffer, format, progress |
Asynchronously loads a document in the specified format from a byte array and allows you to implement progress notifications. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Load |
buffer, format, cancellation |
Asynchronously loads a document in the specified format from a byte array. Allows you to implement progress notifications and cancel the operation. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Load |
buffer, format, cancellation |
Loads a document asynchronously in the specified format from a 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, format |
Loads a document asynchronously in the specified format from a 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, progress |
Asynchronously loads a document from a byte array and allows you to implement progress notifications. The file format is determined based on document content You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Load |
buffer, cancellation |
Asynchronously loads a document from a byte array (the file format is determined based on document content). Allows you to implement progress notifications and cancel the operation. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Load |
buffer, cancellation |
Loads a document asynchronously from a 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 a document asynchronously from a 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 |
stream, format, progress |
Asynchronously loads a document in the specified format from a stream and allows you to implement progress notifications. 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, cancellation |
Asynchronously loads a document in the specified format from a stream. Allows you to implement progress notifications and cancel the operation. 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, cancellation |
Loads a document asynchronously in the specified format from a 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, format |
Loads a document asynchronously in the specified format from a 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, progress |
Asynchronously loads a document from a stream and allows you to implement progress notifications. The file format is determined based on document content. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Load |
stream, cancellation |
Asynchronously loads a document from a stream (the file format is determined based on document content). Allows you to implement progress notifications and cancel the operation. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Load |
stream, cancellation |
Loads a document asynchronously from a 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 a document asynchronously from a stream. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Load |
file |
Asynchronously loads a document in the specified format from a file and allows you to implement progress notifications. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Load |
file |
Asynchronously loads a document in the specified format from a file. Allows you to implement progress notifications and cancel the operation. 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 a document asynchronously in the specified format from a file. 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 a document asynchronously in the specified format from a file. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Load |
file |
Asynchronously loads a document from a file and allows you to implement progress notifications. The file format is determined based on document content. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |
Load |
file |
Asynchronously loads a document from a file (the file format is determined based on document content). Allows you to implement progress notifications and cancel the operation. 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 a document asynchronously from a file. 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 a document asynchronously from a file. You need a license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use this method in production code. |