Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IConditionValue Interface / Type Property


In This Topic
    Type Property (IConditionValue)
    In This Topic
    Gets one of the constants of the XlConditionValueTypes enumeration, which specifies how the threshold values for a data bar, color scale, or icon set conditional format are determined.
    Syntax
    'Declaration
     
    
    ReadOnly Property Type As CfValueType
    'Usage
     
    
    Dim instance As IConditionValue
    Dim value As CfValueType
     
    value = instance.Type
    CfValueType Type {get;}

    Property Value

    The type.
    See Also