FlexPivot for WinForms
MultiColumnDictionary コンストラクタ(String,Int32,Boolean)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > MultiColumnDictionary クラス > MultiColumnDictionary コンストラクタ : MultiColumnDictionary コンストラクタ(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.
シンタックス
'宣言
 
Public Function New( _
   ByVal items As System.String, _
   ByVal displayColumn As System.Integer, _
   ByVal autoKeys As System.Boolean _
)
public MultiColumnDictionary( 
   System.string items,
   System.int displayColumn,
   System.bool autoKeys
)

パラメータ

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.
参照

MultiColumnDictionary クラス
MultiColumnDictionary メンバ
オーバーロード一覧