SPREAD for WPF 4.0J - GcSpreadSheet
SetStyleFormat(Int32,Int32,Int32,Int32,StyleFormat) メソッド

GrapeCity.Spreadsheet 名前空間 > Worksheet クラス > SetStyleFormat メソッド : SetStyleFormat(Int32,Int32,Int32,Int32,StyleFormat) メソッド
セル範囲の一番上の行のインデックスを示す整数値。
セル範囲の左端の列のインデックスを示す整数値。
セル範囲の一番下の行のインデックスを示す整数値。
セル範囲の右端の列のインデックスを示す整数値。
設定するスタイル書式を示すStyleFormat値。
このワークシート上の指定したセル範囲のスタイル書式を設定します。
シンタックス
'宣言
 
Public Overloads Sub SetStyleFormat( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal row2 As System.Integer, _
   ByVal column2 As System.Integer, _
   ByVal styleFormat As StyleFormat _
) 
public void SetStyleFormat( 
   System.int row,
   System.int column,
   System.int row2,
   System.int column2,
   StyleFormat styleFormat
)

パラメータ

row
セル範囲の一番上の行のインデックスを示す整数値。
column
セル範囲の左端の列のインデックスを示す整数値。
row2
セル範囲の一番下の行のインデックスを示す整数値。
column2
セル範囲の右端の列のインデックスを示す整数値。
styleFormat
設定するスタイル書式を示すStyleFormat値。
参照

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