GrapeCity SPREAD for Windows Forms 12.0J
GetRemainedDataChanged メソッド


インデックス。
GrapeCity.Spreadsheet.IWorksheetは、変更されたセルを含むワークシートを示します。
セル範囲の一番上の行のインデックスを示す整数値。
セル範囲の左端の列のインデックスを示す整数値。
セル範囲の一番下の行のインデックスを示す整数値。
セル範囲の右端の列のインデックスを示す整数値。
変更された範囲を取得します。
構文
'Declaration
 
Protected Sub GetRemainedDataChanged( _
   ByVal index As Integer, _
   ByRef worksheet As IWorksheet, _
   ByRef row As Integer, _
   ByRef column As Integer, _
   ByRef row2 As Integer, _
   ByRef column2 As Integer _
) 
'使用法
 
Dim instance As UIManager
Dim index As Integer
Dim worksheet As IWorksheet
Dim row As Integer
Dim column As Integer
Dim row2 As Integer
Dim column2 As Integer
 
instance.GetRemainedDataChanged(index, worksheet, row, column, row2, column2)
protected void GetRemainedDataChanged( 
   int index,
   out IWorksheet worksheet,
   out int row,
   out int column,
   out int row2,
   out int column2
)

パラメータ

index
インデックス。
worksheet
GrapeCity.Spreadsheet.IWorksheetは、変更されたセルを含むワークシートを示します。
row
セル範囲の一番上の行のインデックスを示す整数値。
column
セル範囲の左端の列のインデックスを示す整数値。
row2
セル範囲の一番下の行のインデックスを示す整数値。
column2
セル範囲の右端の列のインデックスを示す整数値。
参照

UIManager クラス
UIManager メンバ

 

 


Copyright © 2004 GrapeCity inc.