IconSetCondition.IconSet Property
Returns or sets an IconSets collection, which specifies the icon set used in the conditional format.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property IconSet As Object
Get
Set
'Usage
Dim instance As IconSetCondition
Dim value As Object
value = instance.IconSet
instance.IconSet = value
Object IconSet { get; set; }
Property Value
Type: System.Object
Object
Remarks
You can assign the icon set by using the IconSets property of the _Workbook object.