Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingIconRuleSet Class / RemoveAt Method
The zero-based index of the item to remove.


In This Topic
    RemoveAt Method (ConditionalFormattingIconRuleSet)
    In This Topic
    Removes the ListBase<T> item at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As ConditionalFormattingIconRuleSet
    Dim index As Integer
     
    instance.RemoveAt(index)
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    The zero-based index of the item to remove.
    See Also