TableSectionBase<T>.Insert(Int32, T) Method

Definition

Inserts an item into this TableSectionBase<T> object at the specified position.

public void Insert (int index, T item);
abstract member Insert : int * 'T -> unit
override this.Insert : int * 'T -> unit

Parameters

index
Int32

The position at which to insert item.

item
T

The item to insert.

Implements

Applies to