ExportToDelimitedFile Method (C1TrueDBGrid)
In This Topic
Exports the specified rows from the grid to the specified file as delimited text.
Overload List
Overload | Description |
ExportToDelimitedFile(String,RowSelectorEnum) | Exports the specified rows from the grid to the specified file as delimited text. |
ExportToDelimitedFile(String,RowSelectorEnum,String) | Exports the specified rows from the grid to the specified file as delimited text. |
ExportToDelimitedFile(String,RowSelectorEnum,String,String) | Exports the specified rows from the grid to the specified file as delimited text. |
ExportToDelimitedFile(String,RowSelectorEnum,String,String,String) | Exports the specified rows from the grid to the specified file as delimited text. |
ExportToDelimitedFile(String,RowSelectorEnum,String,String,String,Boolean) | Exports the specified rows from the grid to the specified file as delimited text. |
ExportToDelimitedFile(String,RowSelectorEnum,String,String,String,Boolean,String) | Exports the specified rows from the grid to the specified file as delimited text in given encoding name. |
ExportToDelimitedFile(String,RowSelectorEnum,String,String,String,Boolean,String,Boolean) | Exports the specified rows from the grid to the specified file as delimited text in given encoding name with disabled preamble. |
See Also