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


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

    Parameters

    stream
    The stream
    Example
    This example uses the SaveHtml method.
    See Also