ExportToDelimitedFile(String,RowSelectorEnum,String,String,String,Boolean,String,Boolean) Method
In This Topic
Exports the specified rows from the grid to the specified file as delimited text in given encoding name with disabled preamble.
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, _
ByVal As System.Boolean _
)
public void ExportToDelimitedFile(
System.string ,
RowSelectorEnum ,
System.string ,
System.string ,
System.string ,
System.bool ,
System.string ,
System.bool
)
Parameters
- filename
- selector
- delim
- prefix
- suffix
- headers
- encoding
- disablePreamble
See Also