XlsWorkbook
SaveAsHtml Method
|
Note: This API is now obsolete.
Saves the html files.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("the method is not implemented")]
public void SaveAsHtml(
string fileName,
HTMLOptions saveOption
)
<ObsoleteAttribute("the method is not implemented")>
Public Sub SaveAsHtml (
fileName As String,
saveOption As HTMLOptions
)
public:
[ObsoleteAttribute(L"the method is not implemented")]
virtual void SaveAsHtml(
String^ fileName,
HTMLOptions^ saveOption
) sealed
[<ObsoleteAttribute("the method is not implemented")>]
abstract SaveAsHtml :
fileName : string *
saveOption : HTMLOptions -> unit
[<ObsoleteAttribute("the method is not implemented")>]
override SaveAsHtml :
fileName : string *
saveOption : HTMLOptions -> unit
Parameters
-
fileName
-
Type:
System
String
The filename
-
saveOption
-
Type:
Spire.Xls.Core.Spreadsheet
HTMLOptions
The saveoption
Implements
IWorkbook
SaveAsHtml(String, HTMLOptions)
See Also