'Declaration Public Function New( _
ByVal streamA stream, which contains the XLSX file.As System.IO.Stream, _
ByVal documentLayoutSettingsThe XLSX document layout settings.As Vintasoft.Imaging.Codecs.Decoders.DocumentLayoutSettings _
)
public XlsxDocument(
System.IO.Stream stream,
Vintasoft.Imaging.Codecs.Decoders.DocumentLayoutSettings documentLayoutSettings
)
public: XlsxDocument(
System.IO.Stream* stream,
Vintasoft.Imaging.Codecs.Decoders.DocumentLayoutSettings* documentLayoutSettings
)
public:
XlsxDocument(
System.IO.Stream^ stream,
Vintasoft.Imaging.Codecs.Decoders.DocumentLayoutSettings^ documentLayoutSettings
)
Parameters
- stream
- A stream, which contains the XLSX file.
- documentLayoutSettings
- The XLSX document layout settings.