バージョン

Insert(Int32,SortingColumnSetting) メソッド

元となる ArrayList コレクションに SortingColumnSetting を挿入します。
シンタックス
'宣言
 
Public Overloads Sub Insert( _
   ByVal index As Integer, _
   ByVal item As SortingColumnSetting _
) 
public void Insert( 
   int index,
   SortingColumnSetting item
)

パラメータ

index
項目が挿入されるインデックス
item
コレクションに追加される SortingColumnSetting。
参照