Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / TextCondition Class / FromString Method
The compare type.
The expected string.


In This Topic
    FromString Method
    In This Topic
    Creates a TextCondition object from a string.
    Syntax
    'Declaration
     
    Public Shared Function FromString( _
       ByVal compareType As TextCompareType, _
       ByVal expected As String _
    ) As TextCondition
    'Usage
     
    Dim compareType As TextCompareType
    Dim expected As String
    Dim value As TextCondition
     
    value = TextCondition.FromString(compareType, expected)
    public static TextCondition FromString( 
       TextCompareType compareType,
       string expected
    )

    Parameters

    compareType
    The compare type.
    expected
    The expected string.

    Return Value

    The TextCondition object.
    See Also