Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[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
String
saveOption
HTMLOptions

Implements

IWorkbook..::..SaveAsHtml(String, HTMLOptions)

See Also