Spread Silverlight Documentation
FromType Method


GrapeCity.Windows.SpreadSheet.Data Namespace > FormulaCondition Class : FromType Method
The type.
Creates a formula condition from the type.
Syntax
'Declaration
 
Public Shared Function FromType( _
   ByVal type As CustomValueType _
) As FormulaCondition
'Usage
 
Dim type As CustomValueType
Dim value As FormulaCondition
 
value = FormulaCondition.FromType(type)
public static FormulaCondition FromType( 
   CustomValueType type
)

Parameters

type
The type.

Return Value

The FormulaCondition object.
See Also

Reference

FormulaCondition Class
FormulaCondition Members