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


コンテキスト行インデックスを示す整数値。
コンテキスト列インデックスを示す整数値。
contextRowcontextColumnによって指定されたコンテキストセルに対するCellReferenceオブジェクトのターゲット参照を返します。CellReferenceの位置状態は変更されません。
構文
'Declaration
 
Public Function ToRelative( _
   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.ToRelative(contextRow, contextColumn)
public CellReference ToRelative( 
   int contextRow,
   int contextColumn
)

パラメータ

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

戻り値の型

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

CellReference 構造体
CellReference メンバ

 

 


Copyright © 2004 GrapeCity inc.