FlexGrid for WinForms
Item Property (MultiColumnDictionary)



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
'Usage
 
Dim instance As MultiColumnDictionary
Dim i As Object
Dim value As Object
 
instance.Item(i) = value
 
value = instance.Item(i)
public new object this[ 
   object i
]; {get; set;}
public:
new property Object^ default [Object^] {
   Object^ get(Object^ i);
   void set (Object^ i, Object^ value);
}

Parameters

i
The key of the value to get or set.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MultiColumnDictionary Class
MultiColumnDictionary Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback