IconSetCondition.ShowIconOnly Property
Returns or sets a Boolean value indicating if only the icon is displayed for an icon set conditional format.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property ShowIconOnly As Boolean
Get
Set
'Usage
Dim instance As IconSetCondition
Dim value As Boolean
value = instance.ShowIconOnly
instance.ShowIconOnly = value
bool ShowIconOnly { get; set; }
Property Value
Type: System.Boolean
Boolean
Remarks
The default value for this property is False.