Spreadsheet Integrator - Online Help
Available for:
Spreadsheet Integrator
Questions / Feedback?

SetInputStream Method

The stream to read the excel document from.

Syntax

[VB.NET]
Public Sub SetInputStream(ByVal ArchiveStream As System.IO.Stream)
[C#]
public void SetInputStream(System.IO.Stream archiveStream);

Remarks

This method should be used when the spreadsheet is to be read from a stream when Load is called.

By default, and when this is set to null, the component will read from the file specified to the Load method. However, when this is a valid stream, the data will be read from the stream.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0