PowerTools SPREAD for Windows Forms 8.0J
RaiseCellChanged(Int32,Int32,Int32,Int32) メソッド


行インデックス
列インデックス
セル範囲の行数
セル範囲の列数
CellChanged イベント(このシートのセルが変更されたことを示す)を発生させます。
構文
'Declaration
 
Public Overloads Sub RaiseCellChanged( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) 
'使用法
 
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
 
instance.RaiseCellChanged(row, column, rowCount, columnCount)
public void RaiseCellChanged( 
   int row,
   int column,
   int rowCount,
   int columnCount
)

パラメータ

row
行インデックス
column
列インデックス
rowCount
セル範囲の行数
columnCount
セル範囲の列数
解説
このメソッドは、このセルの内容または書式が変更された場合にイベントを発生させます。
次のサンプルコードは、CellChangedイベントを発生させます。このイベントは、セルの再描画が必要なときに発生します。
fpSpread1.ActiveSheet.RaiseCellChanged(0, 0, 2, 2);
FpSpread1.ActiveSheet.RaiseCellChanged(0, 0, 2, 2)
参照

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

 

 


© 2004-2015, GrapeCity inc. All rights reserved.