FlexGrid for WinForms
MultiColumnDictionary Constructor(String)



String that contains the items, delimited by pipe characters ("|"). Each item may contain multiple columns, delimited by tabs (vbTab or '\t').
Initializes a new instance of an unbound MultiColumnDictionary class.
Syntax
'Declaration
 
Public Function New( _
   ByVal items As String _
)
'Usage
 
Dim items As String
 
Dim instance As New MultiColumnDictionary(items)
public MultiColumnDictionary( 
   string items
)
public:
MultiColumnDictionary( 
   String^ items
)

Parameters

items
String that contains the items, delimited by pipe characters ("|"). Each item may contain multiple columns, delimited by tabs (vbTab or '\t').
Remarks
This constructor causes the map to show all columns when the editor is dropped down and only the first column when the editor is closed or inactive.
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