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

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

パラメータ

index
スタイルが挿入される位置のゼロから始まるインデックス。
style
挿入するスタイル。
参照

GridStyleCollection クラス
GridStyleCollection メンバ