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


行インデックスを示す整数値。
列インデックスを示す整数値。
参照が相対参照、絶対参照、相対参照と絶対参照の混在のいずれであるかを示すCellRelation値。
RangeReference構造体の新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal position As CellRelation _
)
'使用法
 
Dim row As Integer
Dim column As Integer
Dim position As CellRelation
 
Dim instance As New RangeReference(row, column, position)
public RangeReference( 
   int row,
   int column,
   CellRelation position
)

パラメータ

row
行インデックスを示す整数値。
column
列インデックスを示す整数値。
position
参照が相対参照、絶対参照、相対参照と絶対参照の混在のいずれであるかを示すCellRelation値。
参照

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

 

 


Copyright © 2004 GrapeCity inc.