MESCIUS SPREAD for Windows Forms 15.0J
SetValue(Int32,Int32,Int32,Int32,Boolean) メソッド

セル範囲の一番上の行のインデックスを示す整数値。
セル範囲の左端の列のインデックスを示す整数値。
セル範囲の一番下の行のインデックスを示す整数値。
セル範囲の右端の列のインデックスを示す整数値。
設定するSystem.Boolean
指定したセル範囲のセルに対してSystem.Boolean値を設定します。
構文
'宣言
 
Public Overloads Function SetValue( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal row2 As Integer, _
   ByVal column2 As Integer, _
   ByVal value As Boolean _
) As Boolean
public bool SetValue( 
   int row,
   int column,
   int row2,
   int column2,
   bool value
)

パラメータ

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

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

 

 


© MESCIUS inc. All rights reserved.