In This Topic
Saves the sheet to the specified file in HTML.
Syntax
'Declaration
Public Overloads Sub SaveHtml( _
ByVal As String _
)
'Usage
Dim instance As SheetView
Dim filename As String
instance.SaveHtml(filename)
public void SaveHtml(
string
)
Parameters
- filename
- Path and file name
See Also