'宣言 Public Shared Function FromFormula( _ ByVal formula As System.String, _ Optional ByVal type As CfValueType, _ Optional ByVal engine As FormulaEngine _ ) As CfValue
public static CfValue FromFormula( System.string formula, CfValueType type, FormulaEngine engine )
パラメータ
- formula
- 数式テキストを示す文字列値。
- type
- engine
- 数式エンジン。
戻り値の型
条件付き書式値を表すCfValue値。