2次元行列の指定した範囲にある値を取得します。
シンタックス
'宣言
Overloads Sub GetValue( _
ByVal As IEvaluationContext, _
ByVal As System.Integer, _
ByVal column As System.Integer, _
ByVal As System.Integer, _
ByVal column2 As System.Integer, _
ByVal As IValuesArray, _
Optional ByVal As System.Boolean _
)
void GetValue(
IEvaluationContext ,
System.int ,
System.int column,
System.int ,
System.int column2,
IValuesArray ,
System.bool
)
パラメータ
- context
- 評価コンテキストを示すEvaluationContextオブジェクト。
- row
- 2次元行列の一番上の行インデックスを示す整数値。
- column
- 2次元行列の左端の列インデックスを示す整数値。
- row2
- 2次元行列の一番下の行インデックスを示す整数値。
- column2
- 2次元行列の右端の列インデックスを示す整数値。
- result
- 指定した位置にある値を表すIPrimitiveValueオブジェクト。
- keepEmptyValue
- 空の値を空な状態に維持するかどうかを表すブール値。
参照