Spread Windows Forms 12.0 Product Documentation
SaveHtml(String) Method
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class > SaveHtml Method : SaveHtml(String) Method
Path and file name
Saves the sheet to the specified file in HTML.
Syntax
'Declaration
 
Public Overloads Sub SaveHtml( _
   ByVal filename As String _
) 
'Usage
 
Dim instance As SheetView
Dim filename As String
 
instance.SaveHtml(filename)
public void SaveHtml( 
   string filename
)

Parameters

filename
Path and file name
Example
This example saves the spreadsheet to the specified file in HTML.
fpSpread1.ActiveSheet.SaveHtml("D:\\samples\\spread.html");
FpSpread1.ActiveSheet.SaveHtml("D:\samples\spread.html")
See Also

Reference

SheetView Class
SheetView Members
Overload List