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

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

パラメータ

contextRow
コンテキスト行インデックスを示す整数値。
contextColumn
コンテキスト列インデックスを示す整数値。
refersTo
定義名が参照しているA1形式の数式。

戻り値の型

数式が正常に変更されたかどうかを表すSystem.Boolean値。
参照

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