Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalStyleItemCollection Class / RemoveItem Method


In This Topic
    RemoveItem Method (ConditionalStyleItemCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable Sub RemoveItem( _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As ConditionalStyleItemCollection
    Dim index As Integer
     
    instance.RemoveItem(index)
    protected override void RemoveItem( 
       int index
    )

    Parameters

    index
    See Also