SPREAD for WPF 3.0J - GcSpreadSheet
GetValue(IEvaluationContext,Int32,Int32,CellValue) メソッド

GrapeCity.CalcEngine アセンブリ > GrapeCity.CalcEngine 名前空間 > IReferenceSource インターフェース > GetValue メソッド : GetValue(IEvaluationContext,Int32,Int32,CellValue) メソッド
評価コンテキストを示すEvaluationContextオブジェクト。
2次元行列の行インデックスを示す整数値。
2次元行列の列インデックスを示す整数値。
指定した位置にある値を表すCellValueオブジェクト。
2次元行列の指定した位置にある値を取得します。
シンタックス
'宣言
 
Overloads Sub GetValue( _
   ByVal context As IEvaluationContext, _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByRef result As CellValue _
) 
void GetValue( 
   IEvaluationContext context,
   System.int row,
   System.int column,
   ref CellValue result
)

パラメータ

context
評価コンテキストを示すEvaluationContextオブジェクト。
row
2次元行列の行インデックスを示す整数値。
column
2次元行列の列インデックスを示す整数値。
result
指定した位置にある値を表すCellValueオブジェクト。
参照

IReferenceSource インターフェース
IReferenceSource メンバ
オーバーロード一覧