Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / SaveHtml Method / SaveHtml(Stream) Method
The HTML stream.


In This Topic
    SaveHtml(Stream) Method
    In This Topic
    Saves the data on the sheet to the specified stream.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveHtml( _
       ByVal stream As Stream _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim stream As Stream
     
    instance.SaveHtml(stream)
    public void SaveHtml( 
       Stream stream
    )

    Parameters

    stream
    The HTML stream.
    See Also