Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / SaveHtml Method / SaveHtml(String) Method
The path and name of the HTML file.


In This Topic
    SaveHtml(String) Method
    In This Topic
    Saves the data on the sheet to the HTML file.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveHtml( _
       ByVal fileName As String _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim fileName As String
     
    instance.SaveHtml(fileName)
    public void SaveHtml( 
       string fileName
    )

    Parameters

    fileName
    The path and name of the HTML file.
    See Also