'Declaration Public Function New( _
ByVal topLeftCellСсылка на ячейку в верхнем левом углу.As CellReference, _
ByVal topLeftOffsetСмещение вверху слева.As Vintasoft.Primitives.VintasoftPoint, _
ByVal bottomRightCellСсылка на ячейку в правом нижнем углу.As CellReference, _
ByVal bottomRightOffsetСмещение в правом нижнем углу.As Vintasoft.Primitives.VintasoftPoint _
)
public SheetDrawingLocation(
CellReference topLeftCell,
Vintasoft.Primitives.VintasoftPoint topLeftOffset,
CellReference bottomRightCell,
Vintasoft.Primitives.VintasoftPoint bottomRightOffset
)
public: SheetDrawingLocation(
CellReference* topLeftCell,
Vintasoft.Primitives.VintasoftPoint topLeftOffset,
CellReference* bottomRightCell,
Vintasoft.Primitives.VintasoftPoint bottomRightOffset
)
public:
SheetDrawingLocation(
CellReference^ topLeftCell,
Vintasoft.Primitives.VintasoftPoint topLeftOffset,
CellReference^ bottomRightCell,
Vintasoft.Primitives.VintasoftPoint bottomRightOffset
)
Parameters
- topLeftCell
- Ссылка на ячейку в верхнем левом углу.
- topLeftOffset
- Смещение вверху слева.
- bottomRightCell
- Ссылка на ячейку в правом нижнем углу.
- bottomRightOffset
- Смещение в правом нижнем углу.