ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / MultiColumnDictionary Class / Item Property
The key of the value to get or set.

In This Topic
    Item Property (MultiColumnDictionary)
    In This Topic
    Gets or sets the value associated with the specified key
    Syntax
    'Declaration
     
    Public Shadows Default Property Item( _
       ByVal i As Object _
    ) As Object
    public new object this[ 
       object i
    ]; {get; set;}

    Parameters

    i
    The key of the value to get or set.
    See Also