FlexGrid for WinForms
SetCellStyle(Int32,Int32,String) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > SetCellStyle メソッド : SetCellStyle(Int32,Int32,String) メソッド
行インデックス。
列インデックス。
新しいスタイルの名前。
独自の CellStyleをセルに割り当てます。
シンタックス
'宣言
 
Public Overloads Sub SetCellStyle( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer, _
   ByVal styleName As System.String _
) 
public void SetCellStyle( 
   System.int row,
   System.int col,
   System.string styleName
)

パラメータ

row
行インデックス。
col
列インデックス。
styleName
新しいスタイルの名前。
参照

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