Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / TextLengthCondition Class / CompareType Property


In This Topic
    CompareType Property (TextLengthCondition)
    In This Topic
    Gets the type of the comparison.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property CompareType As GeneralCompareType
    'Usage
     
    Dim instance As TextLengthCondition
    Dim value As GeneralCompareType
     
    instance.CompareType = value
     
    value = instance.CompareType
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public GeneralCompareType CompareType {get; set;}

    Property Value

    The type of the comparison. The default value is Equals.
    See Also