SetPosition Method (Int32, Int32)

Office Open XML

Set the top left corner of a drawing. Note that resizing columns / rows after using this function will effect the position of the drawing

Namespace:  OfficeOpenXml.Drawing
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public void SetPosition(
	int PixelTop,
	int PixelLeft
)
Visual Basic (Declaration)
Public Sub SetPosition ( _
	PixelTop As Integer, _
	PixelLeft As Integer _
)
Visual C++
public:
void SetPosition(
	int PixelTop, 
	int PixelLeft
)

Parameters

PixelTop
Type: System..::.Int32
Top pixel
PixelLeft
Type: System..::.Int32
Left pixel

See Also