Spread for ASP.NET 12 Product Documentation
LoadTextFile(Stream,Boolean) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class > LoadTextFile Method : LoadTextFile(Stream,Boolean) Method
Stream from which to load the sheet
Whether to load the data unformatted
Loads a stream that contains delimited data into the sheet.
Syntax
'Declaration
 
Public Overloads Sub LoadTextFile( _
   ByVal stream As Stream, _
   ByVal unformatted As Boolean _
) 
'Usage
 
Dim instance As SheetView
Dim stream As Stream
Dim unformatted As Boolean
 
instance.LoadTextFile(stream, unformatted)
public void LoadTextFile( 
   Stream stream,
   bool unformatted
)

Parameters

stream
Stream from which to load the sheet
unformatted
Whether to load the data unformatted
See Also

Reference

SheetView Class
SheetView Members
Overload List