Limitations
Spread
Spreadsheet
Introduced: X16.
public static string[] GetDocumentPartNames(string path, StreamType streamType);Public Shared Function GetDocumentPartNames(ByVal path As String, ByVal streamType As StreamType) As String()public static string[] GetDocumentPartNames(byte[] binaryData, StreamType streamType);Public Shared Function GetDocumentPartNames(ByVal binaryData As Byte(), ByVal streamType As StreamType) As String()| Parameter | Description |
|---|---|
| path | Specifies a file from which the document is loaded. |
| binary |
Specifies a byte array from which the document is loaded. |
| stream |
Specifies one of the Stream |
Spread