'宣言 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次元行列の列インデックスを示す整数値。