Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IIconCriterion Interface / Type Property


In This Topic
    Type Property (IIconCriterion)
    In This Topic
    Returns one of the constants of the XlConditionValueTypes enumeration, which specifies how the threshold value for an icon set is determined.
    Syntax
    'Declaration
     
    
    Property Type As CfValueType
    'Usage
     
    
    Dim instance As IIconCriterion
    Dim value As CfValueType
     
    instance.Type = value
     
    value = instance.Type
    CfValueType Type {get; set;}

    Property Value

    The type.
    See Also