In This Topic
Saves the sheet as HTML content to the stream
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
- The stream
Example
This example uses the SaveHtml method.
See Also