Click or drag to resize

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
)

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