Spread for ASP.NET 12 Product Documentation
SaveHtml(String,Encoding) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class > SaveHtml Method : SaveHtml(String,Encoding) Method
The fileName
The character encoding to use.
Saves the sheet to the HTML file.
Syntax
'Declaration
 
Public Overloads Sub SaveHtml( _
   ByVal fileName As String, _
   ByVal encoding As Encoding _
) 
'Usage
 
Dim instance As SheetView
Dim fileName As String
Dim encoding As Encoding
 
instance.SaveHtml(fileName, encoding)
public void SaveHtml( 
   string fileName,
   Encoding encoding
)

Parameters

fileName
The fileName
encoding
The character encoding to use.
See Also

Reference

SheetView Class
SheetView Members
Overload List