'Declaration Public Overloads Sub OpenDocument( _
ByVal streamThe stream that contains XLSX document.As System.IO.Stream, _
ByVal disposeStreamA value indicating whether stream must be disposed after use.As Boolean _
)
public void OpenDocument(
System.IO.Stream stream,
bool disposeStream
)
public: void OpenDocument(
System.IO.Stream* stream,
bool disposeStream
)
public:
void OpenDocument(
System.IO.Stream^ stream,
bool disposeStream
)
Parameters
- stream
- The stream that contains XLSX document.
- disposeStream
- A value indicating whether stream must be disposed after use.