'Declaration Public Function New( _
ByVal topLeftСсылка на ячейку в верхнем левом углу.As CellReference, _
ByVal bottomRightСсылка на ячейку в правом нижнем углу.As CellReference _
)
public CellReferences(
CellReference topLeft,
CellReference bottomRight
)
public: CellReferences(
CellReference* topLeft,
CellReference* bottomRight
)
public:
CellReferences(
CellReference^ topLeft,
CellReference^ bottomRight
)
Parameters
- topLeft
- Ссылка на ячейку в верхнем левом углу.
- bottomRight
- Ссылка на ячейку в правом нижнем углу.