Limitations
Spread
Spreadsheet
Introduced: X16.
public static string[] GetDocumentPartNames(string path, StreamType streamType);
public static string[] GetDocumentPartNames(byte[] binaryData, StreamType streamType);
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