PowerTools SPREAD for Windows Forms 8.0J
SetFormula メソッド (AggregationDataModel)


セルの行インデックス
セルの列インデックス
設定する数式(文字列)
指定した行および列のセルに対する数式を文字列値として設定します。nullを渡した場合、そのセルの式がクリアされます。
構文
'Declaration
 
Public Sub SetFormula( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal value As String _
) 
'使用法
 
Dim instance As AggregationDataModel
Dim row As Integer
Dim column As Integer
Dim value As String
 
instance.SetFormula(row, column, value)
public void SetFormula( 
   int row,
   int column,
   string value
)

パラメータ

row
セルの行インデックス
column
セルの列インデックス
value
設定する数式(文字列)
参照

AggregationDataModel クラス
AggregationDataModel メンバ

 

 


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