Initializes a new instance of an unbound
MultiColumnDictionary class.
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal displayColumn As System.Integer, _
ByVal As System.Boolean _
)
public MultiColumnDictionary(
System.string ,
System.int displayColumn,
System.bool
)
パラメータ
- 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.
参照