FlexGrid for WinForms
Add(String,String) メソッド

C1.Win.FlexGrid.BandedView.6 アセンブリ > C1.Win.FlexGrid 名前空間 > BandCollection クラス > Add メソッド : Add(String,String) メソッド
バンド化列の名前。
バンドのキャプション。
IBandCollection の最後に新しいバンドを追加します。
シンタックス
'宣言
 
Public Overloads Function Add( _
   ByVal name As System.String, _
   ByVal caption As System.String _
) As IBand
public IBand Add( 
   System.string name,
   System.string caption
)

パラメータ

name
バンド化列の名前。
caption
バンドのキャプション。

戻り値の型

成功した場合は新しいバンド、そうでない場合は null。
参照

BandCollection クラス
BandCollection メンバ
オーバーロード一覧