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

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

パラメータ

contextRow
コンテキストセルの行インデックスを示す整数。
contextColumn
コンテキストセルの列インデックスを示す整数。
参照

CellReference 構造体
CellReference メンバ