XlsConditionalFormat
MakeFormula Method
|
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()
<ObsoleteAttribute("the method is not implemented")>
Public Function MakeFormula As String
public:
[ObsoleteAttribute(L"the method is not implemented")]
String^ MakeFormula()
[<ObsoleteAttribute("the method is not implemented")>]
member MakeFormula : unit -> string
Return Value
Type:
String
See Also