'宣言 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 オブジェクト。
戻り値の型
入力式から逆解析された数式テキスト。