PowerTools SPREAD for Windows Forms 8.0J
ClearFormulas メソッド (IClearFormulasSupport)


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

パラメータ

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

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

 

 


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