Spread Silverlight Documentation
CompareType Property (DateCondition)


GrapeCity.Windows.SpreadSheet.Data Namespace > DateCondition Class : CompareType Property
Gets or sets the type of the compare.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property CompareType As DateCompareType
'Usage
 
Dim instance As DateCondition
Dim value As DateCompareType
 
instance.CompareType = value
 
value = instance.CompareType
[System.ComponentModel.DefaultValue()]
public DateCompareType CompareType {get; set;}

Property Value

The type of the compare.
See Also

Reference

DateCondition Class
DateCondition Members