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


In This Topic
    SaveHtml(Stream,Encoding) Method
    In This Topic
    Saves the sheet as HTML content to the stream
    Syntax
    'Declaration
     
    
    Public Overloads Sub SaveHtml( _
       ByVal stream As Stream, _
       ByVal encoding As Encoding _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim stream As Stream
    Dim encoding As Encoding
     
    instance.SaveHtml(stream, encoding)
    public void SaveHtml( 
       Stream stream,
       Encoding encoding
    )

    Parameters

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