Spread Windows Forms 12.0 Product Documentation
GreaterThanOrEquals Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CfValue Structure : GreaterThanOrEquals Property
Gets a boolean value indicates whether this CfValue will be compared using greater than or equals operator.
Syntax
'Declaration
 
Public ReadOnly Property GreaterThanOrEquals As Boolean
'Usage
 
Dim instance As CfValue
Dim value As Boolean
 
value = instance.GreaterThanOrEquals
public bool GreaterThanOrEquals {get;}

Property Value

true if this CfValue will be compared using greater than or equals operator; otherwise, false.
See Also

Reference

CfValue Structure
CfValue Members