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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class > SaveTextFile Method : SaveTextFile(Stream,Boolean) Method
Stream to which to save the sheet
Whether to save the data unformatted
Saves the sheet as delimited text to a stream as specified.
Syntax
'Declaration
 
Public Overloads Function SaveTextFile( _
   ByVal stream As Stream, _
   ByVal unformatted As Boolean _
) As Boolean
'Usage
 
Dim instance As SheetView
Dim stream As Stream
Dim unformatted As Boolean
Dim value As Boolean
 
value = instance.SaveTextFile(stream, unformatted)
public bool SaveTextFile( 
   Stream stream,
   bool unformatted
)

Parameters

stream
Stream to which to save the sheet
unformatted
Whether to save the data unformatted
See Also

Reference

SheetView Class
SheetView Members
Overload List