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


行インデックス
行カウント
行を削除できるかどうかをチェックします。
構文
'Declaration
 
Function CanRemoveRows( _
   ByVal row As Integer, _
   ByVal rowCount As Integer _
) As Boolean
'使用法
 
Dim instance As ITableRangeManager
Dim row As Integer
Dim rowCount As Integer
Dim value As Boolean
 
value = instance.CanRemoveRows(row, rowCount)
bool CanRemoveRows( 
   int row,
   int rowCount
)

パラメータ

row
行インデックス
rowCount
行カウント

戻り値の型

行を削除できる場合はtrue
参照

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

 

 


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