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


行インデックス
列インデックス
行カウント
列の数。
ITableRangeオブジェクトを範囲からクリアします。
構文
'Declaration
 
Sub ClearTableFromRange( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) 
'使用法
 
Dim instance As ITableRangeManager
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
 
instance.ClearTableFromRange(row, column, rowCount, columnCount)
void ClearTableFromRange( 
   int row,
   int column,
   int rowCount,
   int columnCount
)

パラメータ

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

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

 

 


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