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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class > SaveTextFile Method : SaveTextFile(String,Boolean) Method
Path and name of the file to which to save the sheet
Whether to save the data unformatted
Saves the sheet to a text file with the specified name.
Syntax
'Declaration
 
Public Overloads Function SaveTextFile( _
   ByVal fileName As String, _
   ByVal unformatted As Boolean _
) As Boolean
'Usage
 
Dim instance As SheetView
Dim fileName As String
Dim unformatted As Boolean
Dim value As Boolean
 
value = instance.SaveTextFile(fileName, unformatted)
public bool SaveTextFile( 
   string fileName,
   bool unformatted
)

Parameters

fileName
Path and name of the file to which to save the sheet
unformatted
Whether to save the data unformatted

Return Value

true if successful, false otherwise
See Also

Reference

SheetView Class
SheetView Members
Overload List