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


In This Topic
    Type Property (IFormatCondition)
    In This Topic
    Gets a FormatConditionType value that represents the format condition type.
    Syntax
    'Declaration
     
    
    ReadOnly Property Type As FormatConditionType
    'Usage
     
    
    Dim instance As IFormatCondition
    Dim value As FormatConditionType
     
    value = instance.Type
    FormatConditionType Type {get;}

    Property Value

    A FormatConditionType value that represents the format condition type.
    See Also