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


In This Topic
Item Property (CharBoxCollection)
In This Topic
Get a char box according by the index
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As CharBox
 
'Usage
 
Dim instance As CharBoxCollection
Dim index As Integer
Dim value As CharBox
 
value = instance.Item(index)

Parameters

index

Property Value

The System.Int32 value indicates the special index.
See Also