Spread Silverlight Documentation
IsGreaterThanOrEqualTo Property


GrapeCity.Windows.SpreadSheet.Data Namespace > IconCriterion Class : IsGreaterThanOrEqualTo Property
Gets or sets a value that indicates whether to use the greater than and equal to operator.
Syntax
'Declaration
 
Public ReadOnly Property IsGreaterThanOrEqualTo As System.Boolean
'Usage
 
Dim instance As IconCriterion
Dim value As System.Boolean
 
value = instance.IsGreaterThanOrEqualTo
public System.bool IsGreaterThanOrEqualTo {get;}

Property Value

true if the criteria use the greater than and equal to operator; otherwise, false. The default value is true.
See Also

Reference

IconCriterion Class
IconCriterion Members