Spread WPF 17
GrapeCity.Excel Namespace / ExcelIconSetsRule Class / IconSet Property


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

    Property Value

    The icon set.
    See Also