SPREAD for WPF 4.0J - GcSpreadSheet
Unparse(IReferenceSource,Int32,Int32,Expression) メソッド

GrapeCity.CalcEngine アセンブリ > GrapeCity.CalcEngine 名前空間 > FormulaEngine クラス > Unparse メソッド : Unparse(IReferenceSource,Int32,Int32,Expression) メソッド
数式を使用する IReferenceSource オブジェクト。
コンテキスト行インデックスを示す整数値。
コンテキスト列インデックスを示す整数値。
式を表す Expression オブジェクト。
指定した式を数式テキストに逆解析します。
シンタックス
'宣言
 
Public Overloads Function Unparse( _
   ByVal contextSource As IReferenceSource, _
   ByVal contextRow As System.Integer, _
   ByVal contextColumn As System.Integer, _
   ByVal expr As Expression _
) As System.String
public System.string Unparse( 
   IReferenceSource contextSource,
   System.int contextRow,
   System.int contextColumn,
   Expression expr
)

パラメータ

contextSource
数式を使用する IReferenceSource オブジェクト。
contextRow
コンテキスト行インデックスを示す整数値。
contextColumn
コンテキスト列インデックスを示す整数値。
expr
式を表す Expression オブジェクト。

戻り値の型

入力式から逆解析された数式テキスト。
参照

FormulaEngine クラス
FormulaEngine メンバ
オーバーロード一覧