'Declaration Public Function New( _
ByVal topLeftCellThe top-left cell reference.As CellReference, _
ByVal topLeftOffsetThe top-left offset.As Vintasoft.Primitives.VintasoftPoint, _
ByVal bottomRightCellThe bottom-right cell reference.As CellReference, _
ByVal bottomRightOffsetThe bottom-right offset.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
- The top-left cell reference.
- topLeftOffset
- The top-left offset.
- bottomRightCell
- The bottom-right cell reference.
- bottomRightOffset
- The bottom-right offset.