'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
Boolean: true if successful; false otherwise