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


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

パラメータ

row
範囲参照の一番上の行のインデックスを示す整数値。
column
範囲参照の左端の列のインデックスを示す整数値。
row2
範囲参照の一番下の行のインデックスを示す整数値。
column2
範囲参照の右端の列のインデックスを示す整数値。
参照

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

 

 


Copyright © 2004 GrapeCity inc.