Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / NumberCondition Class / FromInt Method
The compare type.
The expected value.


In This Topic
    FromInt Method (NumberCondition)
    In This Topic
    Creates a number condition from an integer value.
    Syntax
    'Declaration
     
    Public Shared Function FromInt( _
       ByVal compareType As GeneralCompareType, _
       ByVal expected As Integer _
    ) As NumberCondition
    'Usage
     
    Dim compareType As GeneralCompareType
    Dim expected As Integer
    Dim value As NumberCondition
     
    value = NumberCondition.FromInt(compareType, expected)
    public static NumberCondition FromInt( 
       GeneralCompareType compareType,
       int expected
    )

    Parameters

    compareType
    The compare type.
    expected
    The expected value.

    Return Value

    The NumberCondition object.
    See Also