XlsConditionalFormat
MakeFormula Method (String)
|
Note: This API is now obsolete.
Not implemented
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 string MakeFormula(
string para
)
<ObsoleteAttribute("the method is not implemented")>
Public Function MakeFormula (
para As String
) As String
public:
[ObsoleteAttribute(L"the method is not implemented")]
String^ MakeFormula(
String^ para
)
[<ObsoleteAttribute("the method is not implemented")>]
member MakeFormula :
para : string -> string
Parameters
-
para
-
Type:
System
String
Return Value
Type:
String
See Also