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