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,Boolean) Method

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

    Parameters

    filename
    selector
    delim
    prefix
    suffix
    headers
    encoding
    disablePreamble
    See Also