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


行のインデックスを示す整数。
列のインデックスを示す整数。
絶対セル参照を表すCellReference構造体の新しいインスタンスを初期化します。
構文
'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.