Shapes.AddLine(Single, Single, Single, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.