True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / ExportTo Method / ExportTo(String) Method

In This Topic
    ExportTo(String) Method
    In This Topic
    Exports the grid based upon the file extension.
    Syntax
    'Declaration
     
    Public Overloads Sub ExportTo( _
       ByVal filename As System.String _
    ) 
    public void ExportTo( 
       System.string filename
    )

    Parameters

    filename
    See Also