PowerTools SPREAD for Windows Forms 8.0J
SyncDataInRange メソッド


行インデックス。
列インデックス。
行数。
列数。
特定の範囲内のテーブルデータを同期します。
構文
'Declaration
 
Sub SyncDataInRange( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) 
'使用法
 
Dim instance As ITableRange
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
 
instance.SyncDataInRange(row, column, rowCount, columnCount)
void SyncDataInRange( 
   int row,
   int column,
   int rowCount,
   int columnCount
)

パラメータ

row
行インデックス。
column
列インデックス。
rowCount
行数。
columnCount
列数。
参照

ITableRange インタフェース
ITableRange メンバ

 

 


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