SpreadsheetControl.LoadDocument Method
Name | Parameters | Description |
---|---|---|
Load |
none | Invokes the Open modal dialog box. |
Load |
buffer, format | Loads a document from a byte array. |
Load |
buffer | Loads the document from a Byte[] array. |
Load |
stream, format | Loads a document from a stream, specifying the document format. |
Load |
stream | Loads a document from a stream. |
Load |
file |
Loads a document from a file, specifying the document format. |
Load |
file |
Loads the specified file. |
Load |
parent | Invokes the Open modal dialog box with the specified owner. |