GrapeCity SPREAD for Windows Forms 12.0J
FromFormula メソッド


数式テキストを示す文字列値。
数式エンジン。
指定した数式を使用して条件付き書式の値を作成します。
構文
'Declaration
 
Public Shared Function FromFormula( _
   ByVal formula As String, _
   Optional ByVal type As CfValueType, _
   Optional ByVal engine As FormulaEngine _
) As CfValue
'使用法
 
Dim formula As String
Dim type As CfValueType
Dim engine As FormulaEngine
Dim value As CfValue
 
value = CfValue.FromFormula(formula, type, engine)
public static CfValue FromFormula( 
   string formula,
   CfValueType type,
   FormulaEngine engine
)

パラメータ

formula
数式テキストを示す文字列値。
type
engine
数式エンジン。

戻り値の型

条件付き書式値を表すCfValue値。
参照

CfValue 構造体
CfValue メンバ

 

 


Copyright © 2004 GrapeCity inc.