Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ConditionalFormattingValue Class / Type Property


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