GrapeCity SPREAD for Windows Forms 12.0J
ToAbsolute メソッド (CellReference)


コンテキストセルの行インデックスを示す整数。
コンテキストセルの列インデックスを示す整数。
contextRowcontextColumnによって指定されたコンテキストセルに対するCellReferenceオブジェクトの絶対参照を返します。
構文
'Declaration
 
Public Function ToAbsolute( _
   ByVal contextRow As Integer, _
   ByVal contextColumn As Integer _
) As CellReference
'使用法
 
Dim instance As CellReference
Dim contextRow As Integer
Dim contextColumn As Integer
Dim value As CellReference
 
value = instance.ToAbsolute(contextRow, contextColumn)
public CellReference ToAbsolute( 
   int contextRow,
   int contextColumn
)

パラメータ

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

CellReference 構造体
CellReference メンバ

 

 


Copyright © 2004 GrapeCity inc.