[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.NumberDisplayFieldCollection.InsertItems

InsertItems Method

InsertItems(int, IEnumerable<NumberDisplayField>)

Inserts some items into the collection at the specified index.

Declaration
protected override void InsertItems(int index, IEnumerable<NumberDisplayField> value)
Protected Overrides Sub InsertItems(index As Integer, value As IEnumerable(Of NumberDisplayField))
Parameters
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.

Overrides