バージョン

Insert メソッド (LayoutsCollection)

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

パラメータ

index
項目を挿入する必要があるコレクションのインデックス。
layout
挿入するレイアウト
参照