Saves the range of cells in the sheet as delimited text and saves to a stream with the specified delimiters.
Overload List
Overload | Description |
SaveTextFileRange(Int32,Int32,Int32,Int32,Stream,TextFileSaveFlags,String,String,String) | Saves the range of cells in the sheet as delimited text and saves to a stream with the specified delimiters. |
SaveTextFileRange(Int32,Int32,Int32,Int32,Stream,TextFileSaveFlags,String,String,String,Encoding) | Saves the range of cells in the sheet as delimited text and saves to a stream with the specified delimiters and encoding. |
See Also