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


数式のインデックス。
設定する数式。
指定したインデックスにあるオブジェクトの数式を設定します。
構文
'Declaration
 
Sub SetFormula( _
   ByVal index As Integer, _
   ByVal formula As String _
) 
'使用法
 
Dim instance As IExpressionConsumer
Dim index As Integer
Dim formula As String
 
instance.SetFormula(index, formula)
void SetFormula( 
   int index,
   string formula
)

パラメータ

index
数式のインデックス。
formula
設定する数式。
解説
このメソッドは、IExpressionConsumer の指定したインデックスで数式を変更するときに使用されます。
参照

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

 

 


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