Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ItemTemplateCollection Class / Item Property


In This Topic
    Item Property (ItemTemplateCollection)
    In This Topic
    Gets or sets the item at the specified position.
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal index As Integer _
    ) As ItemTemplate
    'Usage
     
    
    Dim instance As ItemTemplateCollection
    Dim index As Integer
    Dim value As ItemTemplate
     
    instance.Item(index) = value
     
    value = instance.Item(index)
    public ItemTemplate this[ 
       int index
    ]; {get; set;}

    Parameters

    index

    Property Value

    The System.Int32 value indicatest the specified position in the collection.
    See Also