Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxInfoCollection Class / Item Property


In This Topic
    Item Property (CharBoxInfoCollection)
    In This Topic
    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