Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubItemCollection Class / Item Property


In This Topic
Item Property (SubItemCollection)
In This Topic
Gets or sets the item at the specified position.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As SubItem
 
'Usage
 
Dim instance As SubItemCollection
Dim index As Integer
Dim value As SubItem
 
instance.Item(index) = value
 
value = instance.Item(index)

Parameters

index

Property Value

The System.Int32 value indicates the specified position.
See Also