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


クリアする範囲の開始行インデックス
クリアする範囲の開始列インデックス
クリアする行数
クリアする列数
指定したセル範囲からすべてのデータと数式を削除します。
構文
'Declaration
 
Public Sub Clear( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) 
'使用法
 
Dim instance As AggregationDataModel
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
 
instance.Clear(row, column, rowCount, columnCount)
public void Clear( 
   int row,
   int column,
   int rowCount,
   int columnCount
)

パラメータ

row
クリアする範囲の開始行インデックス
column
クリアする範囲の開始列インデックス
rowCount
クリアする行数
columnCount
クリアする列数
参照

AggregationDataModel クラス
AggregationDataModel メンバ

 

 


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