XlsConditionalFormat
MakeFormula Method (Double)
|
Generates a formula based on the conditional format type and a given parameter.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string MakeFormula(
double para
)
Public Function MakeFormula (
para As Double
) As String
public:
String^ MakeFormula(
double para
)
member MakeFormula :
para : float -> string
Parameters
-
para
-
Type:
System
Double
The parameter used in the formula generation, typically a value or text.
Return Value
Type:
String
A string representing the generated formula, or null if the format type is not recognized.
See Also