GridViewColumnCollection.RemoveItem(Int32) メソッド

定義

GridViewColumn 内の指定したインデックス位置から GridViewColumnCollection を削除します。

protected:
 override void RemoveItem(int index);
protected override void RemoveItem (int index);
override this.RemoveItem : int -> unit
Protected Overrides Sub RemoveItem (index As Integer)

パラメーター

index
Int32

削除する GridViewColumn の位置。

適用対象

こちらもご覧ください