'Declaration
Public Shared Function CreateIconSet( _ ByVal iconSet As IconSetType, _ Optional ByVal reverse As Boolean, _ Optional ByVal showValue As Boolean _ ) As ConditionalFormattingIconSet
'Usage
Dim iconSet As IconSetType Dim reverse As Boolean Dim showValue As Boolean Dim value As ConditionalFormattingIconSet value = ConditionalFormatting.CreateIconSet(iconSet, reverse, showValue)
public static ConditionalFormattingIconSet CreateIconSet( IconSetType iconSet, bool reverse, bool showValue )
Parameters
- iconSet
- The IconSetType.
- reverse
- Reverses the original order of the icons.
- showValue
- Determines if the values associated with the icons will be shown.