SSpread.ExportRangeToTextFileU Method
| Explanation | Exports a specific range of cells to a Unicode text file using your own specified delimiter. It has the same function as the ExportRangeToTextFile method, but the output result is a Unicode text file. | ||||||||||||||||||
| Call format | ExportRangeToTextFileU(col, row, col2, row2, Writer, celldelim, coldelim, rowdelim, flags) | ||||||||||||||||||
| Return value | None | ||||||||||||||||||
| Arguments | col | Start column number of cell range to export | |||||||||||||||||
| row | Start row number of cell range to export | ||||||||||||||||||
| col2 | Last column number of cell range to export | ||||||||||||||||||
| row2 | Last row number of cell range to export | ||||||||||||||||||
| Writer | Export destination Writer Object | ||||||||||||||||||
| celldelim | Cell delimeter character | ||||||||||||||||||
| coldelim | Column delimiter character | ||||||||||||||||||
| rowdelim | Row delimiter character | ||||||||||||||||||
| flags | Method to create a file Specify a combination of the following values.
| ||||||||||||||||||
| Exception | EXT-25 | No valid Writer object specified | |||||||||||||||||
| EXT-28 | An error occurred in the ExportRangeToTextFileU method | ||||||||||||||||||
| Example of use | | ||||||||||||||||||
| Related item | ExportRangeToTextFile, ExportToTextFileU, LoadTextFile methods | ||||||||||||||||||