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


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