MESCIUS SPREAD for Windows Forms 15.0J
Clear メソッド (AggregationDataModel)

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

パラメータ

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

AggregationDataModel クラス
AggregationDataModel メンバ

 

 


© MESCIUS inc. All rights reserved.