Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / IconCriterion Class / IconCriterion Constructor / IconCriterion Constructor(Boolean,IconValueType,Object)
If set to true use the greater than and equal to operator to calculate the value.
Type of scale value.
Scale value.


In This Topic
    IconCriterion Constructor(Boolean,IconValueType,Object)
    In This Topic
    Creates new icon criteria with the specified operator, scale value, and type.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal isGreaterThanOrEqualTo As Boolean, _
       ByVal type As IconValueType, _
       ByVal value As Object _
    )
    'Usage
     
    Dim isGreaterThanOrEqualTo As Boolean
    Dim type As IconValueType
    Dim value As Object
     
    Dim instance As New IconCriterion(isGreaterThanOrEqualTo, type, value)
    public IconCriterion( 
       bool isGreaterThanOrEqualTo,
       IconValueType type,
       object value
    )

    Parameters

    isGreaterThanOrEqualTo
    If set to true use the greater than and equal to operator to calculate the value.
    type
    Type of scale value.
    value
    Scale value.
    Remarks
    If the isGreaterThanOrEqualTo parameter is set to true, use the greater than and equal to operator to calculate the value.
    See Also