SPREAD for WPF 3.0J - GcSpreadSheet
GetRefersTo メソッド

GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > IName インターフェース : GetRefersTo メソッド
コンテキスト行インデックスを示す整数値。
コンテキスト列インデックスを示す整数値。
定義名が参照しているA1形式の数式を取得します。
シンタックス
'宣言
 
Function GetRefersTo( _
   ByVal contextRow As System.Integer, _
   ByVal contextColumn As System.Integer _
) As System.String
System.string GetRefersTo( 
   System.int contextRow,
   System.int contextColumn
)

パラメータ

contextRow
コンテキスト行インデックスを示す整数値。
contextColumn
コンテキスト列インデックスを示す整数値。

戻り値の型

定義名が参照している数式を表す文字列値。
参照

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