Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingIconValue Class / Type Property


In This Topic
    Type Property (ConditionalFormattingIconValue)
    In This Topic
    Gets the type.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Type As ConditionalFormattingValueType
    'Usage
     
    
    Dim instance As ConditionalFormattingIconValue
    Dim value As ConditionalFormattingValueType
     
    value = instance.Type
    public ConditionalFormattingValueType Type {get;}
    See Also