PowerTools SPREAD for Windows Forms 8.0J
RemoveRows メソッド (AggregationDataModel)


削除する最初の行のインデックス
削除する行数
指定した行から指定した数の行を削除します。
構文
'Declaration
 
Public Sub RemoveRows( _
   ByVal row As Integer, _
   ByVal rowCount As Integer _
) 
'使用法
 
Dim instance As AggregationDataModel
Dim row As Integer
Dim rowCount As Integer
 
instance.RemoveRows(row, rowCount)
public void RemoveRows( 
   int row,
   int rowCount
)

パラメータ

row
削除する最初の行のインデックス
rowCount
削除する行数
参照

AggregationDataModel クラス
AggregationDataModel メンバ

 

 


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