FlexGrid for WinForms
MultiColumnDictionary Constructor(String,Int32,Boolean)



String that contains the items. Items are delimited by pipe characters ("|"). Each item may contain multiple columns, delimited by tabs (vbTab or '\t').
Index of the column that is displayed in the grid.
True if keys are to be automatically generated, false if the items themselves are to be used as keys. Note that in the latter case, duplicate items are not allowed.
Initializes a new instance of an unbound MultiColumnDictionary class.
Syntax
'Declaration
 
Public Function New( _
   ByVal items As String, _
   ByVal displayColumn As Integer, _
   ByVal autoKeys As Boolean _
)
'Usage
 
Dim items As String
Dim displayColumn As Integer
Dim autoKeys As Boolean
 
Dim instance As New MultiColumnDictionary(items, displayColumn, autoKeys)
public MultiColumnDictionary( 
   string items,
   int displayColumn,
   bool autoKeys
)
public:
MultiColumnDictionary( 
   String^ items,
   int displayColumn,
   bool autoKeys
)

Parameters

items
String that contains the items. Items are delimited by pipe characters ("|"). Each item may contain multiple columns, delimited by tabs (vbTab or '\t').
displayColumn
Index of the column that is displayed in the grid.
autoKeys
True if keys are to be automatically generated, false if the items themselves are to be used as keys. Note that in the latter case, duplicate items are not allowed.
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
Overload List

 

 


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

Send Feedback