GrapeCity SPREAD for Windows Forms 12.0J
CellReference コンストラクタ(Int32,Int32,CellRelation)


行のインデックスを示す整数。
列のインデックスを示す整数。
このCellReferenceのソースとの関係を示すRelation値。
CellReference構造体の新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal relation As CellRelation _
)
'使用法
 
Dim row As Integer
Dim column As Integer
Dim relation As CellRelation
 
Dim instance As New CellReference(row, column, relation)
public CellReference( 
   int row,
   int column,
   CellRelation relation
)

パラメータ

row
行のインデックスを示す整数。
column
列のインデックスを示す整数。
relation
このCellReferenceのソースとの関係を示すRelation値。
参照

CellReference 構造体
CellReference メンバ
オーバーロード一覧

 

 


Copyright © 2004 GrapeCity inc.