Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatConditionalCommand Class / CreateIconSetCfRuleCommand Method


In This Topic
    CreateIconSetCfRuleCommand Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function CreateIconSetCfRuleCommand( _
       ByVal worksheet As Worksheet, _
       ByVal references() As Reference, _
       ByVal iconType As IconSetType, _
       ByVal showIconOnly As Boolean, _
       ByVal reverseIconOrder As Boolean, _
       ByVal values() As String, _
       ByVal valueTypes() As CfValueType, _
       ByVal icons() As CfIcon, _
       ByVal isGreaterThans() As Boolean _
    ) As FormatConditionalCommand
    'Usage
     
    
    Dim worksheet As Worksheet
    Dim references() As Reference
    Dim iconType As IconSetType
    Dim showIconOnly As Boolean
    Dim reverseIconOrder As Boolean
    Dim values() As String
    Dim valueTypes() As CfValueType
    Dim icons() As CfIcon
    Dim isGreaterThans() As Boolean
    Dim value As FormatConditionalCommand
     
    value = FormatConditionalCommand.CreateIconSetCfRuleCommand(worksheet, references, iconType, showIconOnly, reverseIconOrder, values, valueTypes, icons, isGreaterThans)

    Parameters

    worksheet
    references
    iconType
    showIconOnly
    reverseIconOrder
    values
    valueTypes
    icons
    isGreaterThans
    See Also