Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / IconDrawingObject Class / IndexOfIcon Property


In This Topic
    IndexOfIcon Property
    In This Topic
    Gets the index of the icon object in the icon set type.
    Syntax
    'Declaration
     
    Public ReadOnly Property IndexOfIcon As Integer
    'Usage
     
    Dim instance As IconDrawingObject
    Dim value As Integer
     
    value = instance.IndexOfIcon
    public int IndexOfIcon {get;}

    Property Value

    The index of the icon.
    See Also