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


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")
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

SheetView Class
SheetView Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.