Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / SaveHtml Method / SaveHtml(String) Method
The fileName
Example


In This Topic
    SaveHtml(String) Method
    In This Topic
    Saves the sheet to the HTML file.
    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
    The fileName
    Example
    This example uses the SaveHtml method.
    See Also