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


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

    Property Value

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