Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingIconSetIndex Class / IsNoIcon Property


In This Topic
    IsNoIcon Property
    In This Topic
    Indicates whether the current icon is no icon.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsNoIcon As Boolean
    'Usage
     
    
    Dim instance As ConditionalFormattingIconSetIndex
    Dim value As Boolean
     
    value = instance.IsNoIcon
    public bool IsNoIcon {get;}
    See Also