PowerTools SPREAD for Windows Forms 8.0J
AddCell メソッド


セルの行インデックス。
セルの列インデックス。
依存セルを追加します。
構文
'Declaration
 
Public Sub AddCell( _
   ByVal row As Integer, _
   ByVal column As Integer _
) 
'使用法
 
Dim instance As FormulaDependentInfos
Dim row As Integer
Dim column As Integer
 
instance.AddCell(row, column)
public void AddCell( 
   int row,
   int column
)

パラメータ

row
セルの行インデックス。
column
セルの列インデックス。
参照

FormulaDependentInfos クラス
FormulaDependentInfos メンバ

 

 


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