ComponentOne True DBGrid for WinForms
ExportToDelimitedFile(String,RowSelectorEnum,String,String,String) Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class > ExportToDelimitedFile Method : ExportToDelimitedFile(String,RowSelectorEnum,String,String,String) Method
Exports the specified rows from the grid to the specified file as delimited text.
Syntax
'Declaration
 
Public Overloads Sub ExportToDelimitedFile( _
   ByVal filename As System.String, _
   ByVal selector As RowSelectorEnum, _
   ByVal delim As System.String, _
   ByVal prefix As System.String, _
   ByVal suffix As System.String _
) 
public void ExportToDelimitedFile( 
   System.string filename,
   RowSelectorEnum selector,
   System.string delim,
   System.string prefix,
   System.string suffix
)

Parameters

filename
selector
delim
prefix
suffix
See Also

Reference

C1TrueDBGrid Class
C1TrueDBGrid Members
Overload List