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