ExportToDelimitedFile(String,RowSelectorEnum,String,String,String,Boolean,String) Method
In This Topic
Exports the specified rows from the grid to the specified file as delimited text in given encoding name.
Syntax
'Declaration
Public Overloads Sub ExportToDelimitedFile( _
ByVal As System.String, _
ByVal As RowSelectorEnum, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.Boolean, _
ByVal As System.String _
)
public void ExportToDelimitedFile(
System.string ,
RowSelectorEnum ,
System.string ,
System.string ,
System.string ,
System.bool ,
System.string
)
Parameters
- filename
- selector
- delim
- prefix
- suffix
- headers
- encoding
See Also