Class ExcelConnectionShape
- Namespace
- OfficeOpenXml.Drawing
- Assembly
- EPPlus.dll
An Excel shape.
public sealed class ExcelConnectionShape : ExcelShapeBase, IDisposable
- Inheritance
-
ExcelConnectionShape
- Implements
- Inherited Members
Properties
ConnectionEnd
Connection ending point
public ExcelDrawingConnectionPoint ConnectionEnd { get; }
Property Value
ConnectionStart
Connection starting point
public ExcelDrawingConnectionPoint ConnectionStart { get; }
Property Value
Style
Shape connector style
public eShapeConnectorStyle Style { get; set; }