ComponentOne FlexPivot for WinForms
Item Property (TagCollection)

C1.Win.Input.MultiSelect.4 Assembly > C1.Win.Input Namespace > TagCollection Class : Item Property
Gets or sets the object at the specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As System.Object
public System.object this[ 
   System.int index
]; {get; set;}

Parameters

index
See Also

Reference

TagCollection Class
TagCollection Members