Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / ConditionalFormatting Class / CreateIconSet Method
The IconSetType.
Reverses the original order of the icons.
Determines if the values associated with the icons will be shown.


In This Topic
    CreateIconSet Method
    In This Topic
    Syntax
    '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)

    Parameters

    iconSet
    The IconSetType.
    reverse
    Reverses the original order of the icons.
    showValue
    Determines if the values associated with the icons will be shown.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also