Spread Windows Forms 12.0 Product Documentation
Item(Int32) Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > BaseKeyCollection Class > Item Property : Item(Int32) Property
Gets or sets the element at the specified index.
Syntax
'Declaration
 
Protected Overloads Property Item( _
   ByVal index As Integer _
) As Object
'Usage
 
Dim instance As BaseKeyCollection
Dim index As Integer
Dim value As Object
 
instance.Item(index) = value
 
value = instance.Item(index)
protected object Item( 
   int index
) {get; set;}

Parameters

index

Property Value

The System.Int32 value that indicates the index of the specified element.
See Also

Reference

BaseKeyCollection Class
BaseKeyCollection Members
Overload List