True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / ExportToDelimitedFile Method / ExportToDelimitedFile(String,RowSelectorEnum,String,String,String,Boolean,String) Method

In This Topic
    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 filename As System.String, _
       ByVal selector As RowSelectorEnum, _
       ByVal delim As System.String, _
       ByVal prefix As System.String, _
       ByVal suffix As System.String, _
       ByVal headers As System.Boolean, _
       ByVal encoding As System.String _
    ) 
    public void ExportToDelimitedFile( 
       System.string filename,
       RowSelectorEnum selector,
       System.string delim,
       System.string prefix,
       System.string suffix,
       System.bool headers,
       System.string encoding
    )

    Parameters

    filename
    selector
    delim
    prefix
    suffix
    headers
    encoding
    See Also