True DBGrid for WinForms
Insert メソッド (GridStyleCollection)

C1.Win.TrueDBGrid.6 アセンブリ > C1.Win.TrueDBGrid 名前空間 > GridStyleCollection クラス : Insert メソッド
Style が挿入される 0 から始まるインデックスです。
挿入する Style です。
指定されたインデックスに Style を挿入します。
シンタックス
'宣言
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal style As Style _
) 
public void Insert( 
   System.int index,
   Style style
)

パラメータ

index
Style が挿入される 0 から始まるインデックスです。
style
挿入する Style です。
参照

GridStyleCollection クラス
GridStyleCollection メンバ