Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SaveHtml Method / SaveHtml(Stream) Method
Stream


In This Topic
    SaveHtml(Stream) Method
    In This Topic
    Saves the sheet to the specified stream in HTML.
    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
    Stream
    See Also