Spread WPF 17
GrapeCity.Excel Namespace / IExcelIconFilter Interface / IconId Property


In This Topic
    IconId Property (IExcelIconFilter)
    In This Topic
    Zero-based index of an icon in an icon set
    Syntax
    'Declaration
     
    Property IconId As UInteger
    'Usage
     
    Dim instance As IExcelIconFilter
    Dim value As UInteger
     
    instance.IconId = value
     
    value = instance.IconId
    uint IconId {get; set;}
    See Also