Spread Windows Forms 12.0 Product Documentation
Item Property (CharBoxInfoCollection)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > CharBoxInfoCollection Class : Item Property
Get a char box according by the index
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal index As Integer _
) As CharBoxInfo
'Usage
 
Dim instance As CharBoxInfoCollection
Dim index As Integer
Dim value As CharBoxInfo
 
value = instance.Item(index)
public new CharBoxInfo this[ 
   int index
]; {get;}

Parameters

index

Property Value

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

Reference

CharBoxInfoCollection Class
CharBoxInfoCollection Members