バージョン

Insert メソッド (GroupedColumns)

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

パラメータ

index
GroupedColumn を挿入するインデックス。
column
挿入する GroupedColumn
参照