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

In This Topic
    ExportToDelimitedFile(String,RowSelectorEnum) 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 _
    ) 
    public void ExportToDelimitedFile( 
       string outPath,
       RowSelectorEnum selector
    )

    Parameters

    outPath
    Specifies the file to which list rows are exported.
    selector
    Specifies an optional value that specifies the rows to be exported.
    See Also