SPREAD for WPF 3.0J - GcSpreadSheet
ToRelative メソッド (CellReference)

GrapeCity.CalcEngine アセンブリ > GrapeCity.CalcEngine 名前空間 > CellReference 構造体 : ToRelative メソッド
コンテキスト行インデックスを示す整数値。
コンテキスト列インデックスを示す整数値。
contextRowcontextColumnによって指定されたコンテキストセルに対するCellReferenceオブジェクトのターゲット参照を返します。CellReferenceの位置状態は変更されません。
シンタックス
'宣言
 
Public Function ToRelative( _
   ByVal contextRow As System.Integer, _
   ByVal contextColumn As System.Integer _
) As CellReference
public CellReference ToRelative( 
   System.int contextRow,
   System.int contextColumn
)

パラメータ

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

戻り値の型

ターゲット場所を示すCellReference
参照

CellReference 構造体
CellReference メンバ