Spread Windows Forms 12.0 Product Documentation
FromPrimitiveValue(Double,CfValueType) Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CfValue Structure > FromPrimitiveValue Method : FromPrimitiveValue(Double,CfValueType) Method
A double value indicates the numeric value.
Create a conditional formatting value using the specified numeric value.
Syntax
'Declaration
 
Public Overloads Shared Function FromPrimitiveValue( _
   ByVal value As Double, _
   Optional ByVal type As CfValueType _
) As CfValue
'Usage
 
Dim value As Double
Dim type As CfValueType
Dim value As CfValue
 
value = CfValue.FromPrimitiveValue(value, type)
public static CfValue FromPrimitiveValue( 
   double value,
   CfValueType type
)

Parameters

value
A double value indicates the numeric value.
type

Return Value

A CfValue value represents the conditional formatting value.
See Also

Reference

CfValue Structure
CfValue Members
Overload List