Spread Windows Forms 17
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)
    public CharBox this[ 
       int index
    ]; {get;}

    Parameters

    index

    Property Value

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