'宣言 Overloads Function ResolveStructuredObject( _ ByVal engine As FormulaEngine, _ ByVal row As System.Integer, _ ByVal column As System.Integer _ ) As IStructuredObject
IStructuredObject ResolveStructuredObject( FormulaEngine engine, System.int row, System.int column )
パラメータ
- engine
- 数式パーサーを示すFormulaEngineオブジェクト。
- row
- コンテキスト行を示す整数値。
- column
- コンテキスト列を示す整数値。
戻り値の型
解析された式を表すExpressionオブジェクト。