[]
Inserts some items into the collection at the specified index.
protected override void InsertItems(int index, IEnumerable<NumberDisplayField> value)
Protected Overrides Sub InsertItems(index As Integer, value As IEnumerable(Of NumberDisplayField))
Type | Name | Description |
---|---|---|
int | index | The specified position that used to insert the items. |
IEnumerable<NumberDisplayField> | value | The items used to insert to the collection. |