DataControlFieldCollection.RemoveAt(Int32) メソッド

定義

指定したインデックス位置にある DataControlField オブジェクトを DataControlFieldCollection コレクションから削除します。

public:
 void RemoveAt(int index);
public void RemoveAt (int index);
member this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

パラメーター

index
Int32

削除する DataControlField のインデックス。

適用対象

こちらもご覧ください