Spread Windows Forms 12.0 Product Documentation
FromPercent(Double) Method


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

Parameters

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

Return Value

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

Reference

CfValue Structure
CfValue Members
Overload List