Spread Windows Forms 12.0 Product Documentation
FromPercentile Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CfValue Structure : FromPercentile Method
A double value indicates the percentile value. Value range is between 0..100.
Create a percentile conditional formatting value.
Syntax
'Declaration
 
Public Shared Function FromPercentile( _
   ByVal value As Double _
) As CfValue
'Usage
 
Dim value As Double
Dim value As CfValue
 
value = CfValue.FromPercentile(value)
public static CfValue FromPercentile( 
   double value
)

Parameters

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

Return Value

A CfValue value represents the percentile conditional formatting value.
See Also

Reference

CfValue Structure
CfValue Members