'宣言 Overloads Sub GetValue( _ ByVal context As IEvaluationContext, _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal result As IPrimitiveValue _ )
void GetValue( IEvaluationContext context, System.int row, System.int column, IPrimitiveValue result )
パラメータ
- context
- 評価コンテキストを示すEvaluationContextオブジェクト。
- row
- 2次元行列の行インデックスを示す整数値。
- column
- 2次元行列の列インデックスを示す整数値。
- result
- 指定した位置にある値を表すIPrimitiveValueオブジェクト。