Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / TextLengthCondition Class / FromFormula Method
The compare type.
The formula.


In This Topic
    FromFormula Method (TextLengthCondition)
    In This Topic
    Creates a TextLengthCondition object from the formula.
    Syntax
    'Declaration
     
    Public Shared Function FromFormula( _
       ByVal compareType As GeneralCompareType, _
       ByVal formula As String _
    ) As TextLengthCondition
    'Usage
     
    Dim compareType As GeneralCompareType
    Dim formula As String
    Dim value As TextLengthCondition
     
    value = TextLengthCondition.FromFormula(compareType, formula)
    public static TextLengthCondition FromFormula( 
       GeneralCompareType compareType,
       string formula
    )

    Parameters

    compareType
    The compare type.
    formula
    The formula.

    Return Value

    The TextLengthCondition object.
    See Also