Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / SaveHtml Method / SaveHtml(String,Encoding) Method
The fileName
The character encoding to use.
Example


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

    Parameters

    fileName
    The fileName
    encoding
    The character encoding to use.
    Example
    This example uses the SaveHtml method.
    See Also