PowerTools SPREAD for Windows Forms 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 _
) 
'使用法
 
Dim instance As ConditionalFormattingModel
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
選択する範囲の列数
参照

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

 

 


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