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


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

    Parameters

    compareType
    The comparison type.
    expected
    The expected value.

    Return Value

    The TextLengthCondition object.
    See Also