'宣言 Public Function New( _ ByVal topLeft As CellReference, _ ByVal bottomRight As CellReference _ )
public RangeReference( CellReference topLeft, CellReference bottomRight )
パラメータ
- topLeft
- 左上の参照。
- bottomRight
- 右下の参照。
'宣言 Public Function New( _ ByVal topLeft As CellReference, _ ByVal bottomRight As CellReference _ )
public RangeReference( CellReference topLeft, CellReference bottomRight )