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


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

パラメータ

row
一番上の行のインデックスを示す整数値。
column
左端の列のインデックスを示す整数値。
topLeftPosition
左上の参照が相対参照、絶対参照、相対参照と絶対参照の混在のいずれであるかを示すCellRelation値。
row2
一番下の行のインデックスを示す整数値。
column2
右端の列のインデックスを示す整数値。
bottomRightPosition
右下の参照が相対参照、絶対参照、相対参照と絶対参照の混在のいずれであるかを示すCellRelation値。
参照

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

 

 


Copyright © 2004 GrapeCity inc.