Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / SpreadSerializer Class / SaveHtml Method / SaveHtml(SheetView,String) Method
SheetView
The string


In This Topic
SaveHtml(SheetView,String) Method
In This Topic
Saves the specified SheetView to the specified file as an HTML table.
Syntax
'Declaration
 
Public Overloads Shared Sub SaveHtml( _
   ByVal sheetView As SheetView, _
   ByVal filename As String _
) 
 
'Usage
 
Dim sheetView As SheetView
Dim filename As String
 
SpreadSerializer.SaveHtml(sheetView, filename)

Parameters

sheetView
SheetView
filename
The string
See Also