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

C1.Win.FlexGrid.6 アセンブリ > C1.Win.FlexGrid 名前空間 > C1FlexGridBase クラス > SetCellStyle メソッド : SetCellStyle(Int32,Int32,CellStyle) メソッド
行インデックス。
列インデックス。
セルに関連付ける CellStyle
独自の CellStyleをセルに割り当てます。
シンタックス
'宣言
 
Public Overloads Sub SetCellStyle( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer, _
   ByVal newStyle As CellStyle _
) 
public void SetCellStyle( 
   System.int row,
   System.int col,
   CellStyle newStyle
)

パラメータ

row
行インデックス。
col
列インデックス。
newStyle
セルに関連付ける CellStyle
解説

SetCellStyle(Int32,Int32,CellStyle)メソッドは、新しいスタイルを1つのセルに割り当てる場合に便利です。セルスタイルを null (VB では Nothing)に設定すると、セルスタイルをリセットできます。

独自のセルスタイルを1つの行または列全体に適用するには、 Row.Style プロパティまたは RowCol.Styleプロパティを設定します。

カスタムスタイルをセル範囲に適用するには、 CellRangeオブジェクトを使用します。次に例を示します。

参照

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