Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IIconSetCondition Interface / IconSet Property


In This Topic
    IconSet Property (IIconSetCondition)
    In This Topic
    Gets or sets an collection, which specifies the icon set used in the conditional format.
    Syntax
    'Declaration
     
    
    Property IconSet As IconSetType
    'Usage
     
    
    Dim instance As IIconSetCondition
    Dim value As IconSetType
     
    instance.IconSet = value
     
    value = instance.IconSet
    IconSetType IconSet {get; set;}
    See Also