Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingIconRuleSet Class / SetItem Method
The index of the ConditionalFormattingIconValue item
The new ConditionalFormattingIconValue. Note: This method could cause the IconSetStyle property of this ConditionalFormattingIconRuleSet object to change to Custom.


In This Topic
    SetItem Method (ConditionalFormattingIconRuleSet)
    In This Topic
    Sets the specified ConditionalFormattingIconValue item of the ConditionalFormattingIconRuleSet object.
    Syntax
    'Declaration
     
    
    Public Sub SetItem( _
       ByVal index As Integer, _
       ByVal iconValue As ConditionalFormattingIconValue _
    ) 
    'Usage
     
    
    Dim instance As ConditionalFormattingIconRuleSet
    Dim index As Integer
    Dim iconValue As ConditionalFormattingIconValue
     
    instance.SetItem(index, iconValue)

    Parameters

    index
    The index of the ConditionalFormattingIconValue item
    iconValue
    The new ConditionalFormattingIconValue. Note: This method could cause the IconSetStyle property of this ConditionalFormattingIconRuleSet object to change to Custom.
    See Also