TableSectionBase<T>.RemoveAt(Int32) Method

Definition

Removes a specified item from this TableSectionBase<T> object at the position that is specified by index.

public void RemoveAt (int index);
abstract member RemoveAt : int -> unit
override this.RemoveAt : int -> unit

Parameters

index
Int32

The position in this TableSectionBase<T> object from which to remove an item.

Implements

Applies to