Spread WPF 17
GrapeCity.Excel Namespace / ExcelIconFilter Class / IconId Property


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