ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / ExportToDelimitedFile Method / ExportToDelimitedFile(String,RowSelectorEnum,String) Method
Specifies the file to which list rows are exported.
Specifies an optional value that specifies the rows to be exported.
Specifies an optional delimiter string used to separate fields.

In This Topic
    ExportToDelimitedFile(String,RowSelectorEnum,String) Method
    In This Topic
    Exports the specified rows from the list to the specified file as delimited ASCII text.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ExportToDelimitedFile( _
       ByVal outPath As String, _
       ByVal selector As RowSelectorEnum, _
       ByVal delim As String _
    ) 
    public void ExportToDelimitedFile( 
       string outPath,
       RowSelectorEnum selector,
       string delim
    )

    Parameters

    outPath
    Specifies the file to which list rows are exported.
    selector
    Specifies an optional value that specifies the rows to be exported.
    delim
    Specifies an optional delimiter string used to separate fields.
    See Also