FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / C1FlexSheet Class / SaveHtml Method
System.IO.Stream where the contents will be saved.

In This Topic
    SaveHtml Method
    In This Topic
    Save html file to stream.
    Syntax
    'Declaration
     
    
    Public Sub SaveHtml( _
       ByVal stream As Stream, _
       Optional ByVal saveOptions As SaveOptions _
    ) 
    public void SaveHtml( 
       Stream stream,
       SaveOptions saveOptions
    )

    Parameters

    stream
    System.IO.Stream where the contents will be saved.
    saveOptions
    See Also