[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.CfValue.FromPercentile

FromPercentile Method

FromPercentile(double)

Create a percentile conditional formatting value.

Declaration
public static CfValue FromPercentile(double value)
Public Shared Function FromPercentile(value As Double) As CfValue
Parameters
Type Name Description
double value

A double value indicates the percentile value. Value range is between 0..100.

Returns
Type Description
CfValue

A CfValue value represents the percentile conditional formatting value.