'宣言 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
- 項目を含む文字列。項目はパイプ文字(「|」)で区切られます。各項目は、タブ(vbTab または「\t」)で区切られた複数の列から成ります。
- displayColumn
- グリッドに表示される列のインデックス。
- autoKeys
- キーを自動的に生成する場合は、true。項目自身をキーとして使用する場合は、false。false の場合、項目の重複は許可されません。