'宣言
Public Shared Function Create( _ ByVal formula As String, _ ByVal style As StyleInfo _ ) As FormulaRule
public static FormulaRule Create( string formula, StyleInfo style )
パラメータ
- formula
- 条件数式。
- style
- ルールによって設定されるスタイル。
戻り値の型
新しい数式ルール。
'宣言
Public Shared Function Create( _ ByVal formula As String, _ ByVal style As StyleInfo _ ) As FormulaRule
public static FormulaRule Create( string formula, StyleInfo style )