'宣言 Public Function New( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal position As CellRelation _ )
public RangeReference( System.int row, System.int column, CellRelation position )
パラメータ
- row
- 行インデックスを示す整数値。
- column
- 列インデックスを示す整数値。
- position
- 参照が相対参照、絶対参照、相対参照と絶対参照の混在のいずれであるかを示すCellRelation値。