バージョン

Insert メソッド (ColumnsCollection)

新しいバインドされない列を列コレクションに挿入します。
シンタックス
'宣言
 
Public Function Insert( _
   ByVal index As Integer, _
   ByVal key As String _
) As UltraGridColumn
public UltraGridColumn Insert( 
   int index,
   string key
)

パラメータ

index
新しい列が挿入されるインデクス。
key
新しい列のキーです。
参照