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


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

    Property Value

    The type of the compare.
    See Also