ExportToDelimitedFile(String,RowSelectorEnum,String,String,String) Method
In This Topic
Exports the specified rows from the grid to the specified file as delimited text.
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 _
)
public void ExportToDelimitedFile(
System.string ,
RowSelectorEnum ,
System.string ,
System.string ,
System.string
)
Parameters
- filename
- selector
- delim
- prefix
- suffix
See Also