Spread Windows Forms 11.0 Product Documentation
RemoveItem Method (ConditionalStyleItemCollection)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ConditionalStyleItemCollection Class : RemoveItem Method
The zero based index of the element to remove.
Removes the element at the specified index of the Collection.
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
The zero based index of the element to remove.
Exceptions
ExceptionDescription
The index is less than 0. -or- The index is equal to or greater than Count.
See Also

Reference

ConditionalStyleItemCollection Class
ConditionalStyleItemCollection Members