Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GetCustomIconEventArgs Class / IconSetIndex Property


In This Topic
    IconSetIndex Property (GetCustomIconEventArgs)
    In This Topic
    Gets the index of the icon set.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IconSetIndex As ConditionalFormattingIconSetIndex
    'Usage
     
    
    Dim instance As GetCustomIconEventArgs
    Dim value As ConditionalFormattingIconSetIndex
     
    value = instance.IconSetIndex
    public ConditionalFormattingIconSetIndex IconSetIndex {get;}

    Property Value

    The index of the icon set.
    See Also