GridColumnStylesCollection.IList.RemoveAt(Int32) メソッド
定義
指定したインデックス位置の DataGridColumnStyle を GridColumnStylesCollection から削除します。Removes the DataGridColumnStyle at the specified index from the GridColumnStylesCollection.
virtual void System.Collections.IList.RemoveAt(int index) = System::Collections::IList::RemoveAt;
void IList.RemoveAt (int index);
Sub RemoveAt (index As Integer) Implements IList.RemoveAt
パラメーター
- index
- Int32
削除する DataGridColumnStyle の 0 から始まるインデックス。The zero-based index of the DataGridColumnStyle to remove.