Spread WPF 17
GrapeCity.Excel Namespace / IExcelIconSetsRule Interface / IconSet Property


In This Topic
    IconSet Property (IExcelIconSetsRule)
    In This Topic
    Gets or sets the icon set.
    Syntax
    'Declaration
     
    Property IconSet As ExcelIconSetType
    'Usage
     
    Dim instance As IExcelIconSetsRule
    Dim value As ExcelIconSetType
     
    instance.IconSet = value
     
    value = instance.IconSet
    ExcelIconSetType IconSet {get; set;}

    Property Value

    The icon set.
    See Also