Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / FormulaCondition Class / FromType Method
The type.


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