Shapes.AddLine(Single, Single, Single, Single) Method

Definition

Returns a Shape object that represents the new line in a worksheet.

public:
 Microsoft::Office::Interop::Excel::Shape ^ AddLine(float BeginX, float BeginY, float EndX, float EndY);
public Microsoft.Office.Interop.Excel.Shape AddLine (float BeginX, float BeginY, float EndX, float EndY);
Public Function AddLine (BeginX As Single, BeginY As Single, EndX As Single, EndY As Single) As Shape

Parameters

BeginX
Single

Required Single. The position (in points) of the line's starting point relative to the upper-left corner of the document.

BeginY
Single

Required Single. The position (in points) of the line's starting point relative to the upper-left corner of the document.

EndX
Single

Required Single. The position (in points) of the line's end point relative to the upper-left corner of the document.

EndY
Single

Required Single. The position (in points) of the line's end point relative to the upper-left corner of the document.

Returns

Applies to