GrapeCity SPREAD for Windows Forms 12.0J
CellReference コンストラクタ


セルの一番上の行のインデックスを示す整数値。
セルの左端の列のインデックスを示す整数値。
Reference クラスの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal column As Integer _
)
'使用法
 
Dim row As Integer
Dim column As Integer
 
Dim instance As New CellReference(row, column)
public CellReference( 
   int row,
   int column
)

パラメータ

row
セルの一番上の行のインデックスを示す整数値。
column
セルの左端の列のインデックスを示す整数値。
参照

CellReference 構造体
CellReference メンバ

 

 


Copyright © 2004 GrapeCity inc.