RangeReference 構造体の新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal column As System.Integer, _
ByVal As CellRelation, _
ByVal As System.Integer, _
ByVal column2 As System.Integer, _
ByVal As CellRelation _
)
public RangeReference(
System.int ,
System.int column,
CellRelation ,
System.int ,
System.int column2,
CellRelation
)
パラメータ
- row
- 一番上の行のインデックスを示す整数値。
- column
- 左端の列のインデックスを示す整数値。
- topLeftPosition
- 左上の参照が相対参照、絶対参照、相対参照と絶対参照の混在のいずれであるかを示すCellRelation値。
- row2
- 一番下の行のインデックスを示す整数値。
- column2
- 右端の列のインデックスを示す整数値。
- bottomRightPosition
- 右下の参照が相対参照、絶対参照、相対参照と絶対参照の混在のいずれであるかを示すCellRelation値。
参照