In This Topic
Saves the sheet to the specified stream in HTML.
Syntax
'Declaration
Public Overloads Sub SaveHtml( _
ByVal As Stream _
)
'Usage
Dim instance As SheetView
Dim stream As Stream
instance.SaveHtml(stream)
public void SaveHtml(
Stream
)
Parameters
- stream
- Stream
See Also