PowerTools SPREAD for ASP.NET 8.0J
Clear(Int32,Int32,Int32,Int32) メソッド

選択する範囲の先頭行の行インデックス
選択する範囲の先頭列の列インデックス
選択する範囲の行数
選択する範囲の列数
指定したセル範囲内のセルの内容をすべて削除します。
構文
'Declaration
 
Public Overloads 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
選択する範囲の列数
参照

DefaultSparklineContainer クラス
DefaultSparklineContainer メンバ
オーバーロード一覧

 

 


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