Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / SpreadSerializer Class / SaveHtml Method / SaveHtml(SheetView,Stream) Method
SheetView
Stream


In This Topic
    SaveHtml(SheetView,Stream) Method
    In This Topic
    Saves the specified SheetView to the specified stream as an HTML table.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub SaveHtml( _
       ByVal sheetView As SheetView, _
       ByVal stream As Stream _
    ) 
    'Usage
     
    
    Dim sheetView As SheetView
    Dim stream As Stream
     
    SpreadSerializer.SaveHtml(sheetView, stream)
    public static void SaveHtml( 
       SheetView sheetView,
       Stream stream
    )

    Parameters

    sheetView
    SheetView
    stream
    Stream
    See Also