Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfValue Structure / FromPercentile Method
A double value indicates the percentile value. Value range is between 0..100.


In This Topic
    FromPercentile Method
    In This Topic
    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