[]
Create a percentage conditional formatting value.
public static CfValue FromPercent(double value)
Public Shared Function FromPercent(value As Double) As CfValue
Type | Name | Description |
---|---|---|
double | value | A double value indicates the percentage value. Value range is between 0..100. |
Type | Description |
---|---|
CfValue | A CfValue value represents the percentage conditional formatting value. |
Create a percentage conditional formatting value.
public static CfValue FromPercent(string formula, FormulaEngine engine = null)
Public Shared Function FromPercent(formula As String, Optional engine As FormulaEngine = Nothing) As CfValue
Type | Name | Description |
---|---|---|
string | formula | A string value indicates the formula text. |
FormulaEngine | engine | The formula engine. |
Type | Description |
---|---|
CfValue | A CfValue value represents the percentage conditional formatting value. |