Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IIconSetCondition Interface / ShowIconOnly Property


In This Topic
    ShowIconOnly Property (IIconSetCondition)
    In This Topic
    Gets or sets a Boolean value indicating if only the icon is displayed for an icon set conditional format.
    Syntax
    'Declaration
     
    
    Property ShowIconOnly As Boolean
    'Usage
     
    
    Dim instance As IIconSetCondition
    Dim value As Boolean
     
    instance.ShowIconOnly = value
     
    value = instance.ShowIconOnly
    bool ShowIconOnly {get; set;}

    Property Value

    true if [show icon only]; otherwise, false.
    See Also