SPREAD for WPF 4.0J - GcSpreadSheet
GetText メソッド (IReferenceSource)

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

パラメータ

context
評価コンテキストを示すEvaluationContextオブジェクト。
row
2次元行列の行インデックスを示す整数値。
column
2次元行列の列インデックスを示す整数値。
参照

IReferenceSource インターフェース
IReferenceSource メンバ