PowerTools SPREAD for Windows Forms 8.0J
ClearData メソッド (IClearDataSupport)


行。
列。
行数。
列数。
指定した範囲内のデータをクリアします。
構文
'Declaration
 
Sub ClearData( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) 
'使用法
 
Dim instance As IClearDataSupport
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
 
instance.ClearData(row, column, rowCount, columnCount)
void ClearData( 
   int row,
   int column,
   int rowCount,
   int columnCount
)

パラメータ

row
行。
column
列。
rowCount
行数。
columnCount
列数。
参照

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

 

 


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