True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / ExportToHTML Method

In This Topic
    ExportToHTML Method (C1TrueDBGrid)
    In This Topic
    Exports the grid to an HTML file.
    Syntax
    'Declaration
     
    Public Sub ExportToHTML( _
       ByVal filename As System.String _
    ) 
    public void ExportToHTML( 
       System.string filename
    )

    Parameters

    filename
    See Also