ComponentOne FlexGrid for WinForms
MultiColumnDictionary Constructor(String)

C1.Win.C1FlexGrid Namespace > MultiColumnDictionary Class > MultiColumnDictionary Constructor : 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 _
)
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.
See Also

Reference

MultiColumnDictionary Class
MultiColumnDictionary Members
Overload List