Spread for ASP.NET 12 Product Documentation
SaveHtml(Stream) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class > SaveHtml Method : SaveHtml(Stream) Method
The stream
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
See Also

Reference

SheetView Class
SheetView Members
Overload List