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