Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SaveHtml Method / SaveHtml(String) Method
Path and file name


In This Topic
    SaveHtml(String) Method
    In This Topic
    Saves the sheet to the specified file in HTML.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SaveHtml( _
       ByVal filename As String _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim filename As String
     
    instance.SaveHtml(filename)
    public void SaveHtml( 
       string filename
    )

    Parameters

    filename
    Path and file name
    See Also