ComponentOne FlexGrid for WinForms
Item Property (MultiColumnDictionary)

C1.Win.C1FlexGrid Namespace > MultiColumnDictionary Class : Item Property
The key of the value to get or set.
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

Reference

MultiColumnDictionary Class
MultiColumnDictionary Members