Class ExcelConnectionShape
An Excel shape.
Implements
IDisposable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.Drawing
Assembly: EPPlus.dll
Syntax
public sealed class ExcelConnectionShape : ExcelShapeBase, IDisposable
Properties
ConnectionEnd
Connection ending point
Declaration
public ExcelDrawingConnectionPoint ConnectionEnd { get; }
Property Value
| Type | Description |
|---|---|
| ExcelDrawingConnectionPoint |
ConnectionStart
Connection starting point
Declaration
public ExcelDrawingConnectionPoint ConnectionStart { get; }
Property Value
| Type | Description |
|---|---|
| ExcelDrawingConnectionPoint |
Style
Shape connector style
Declaration
public eShapeConnectorStyle Style { get; set; }
Property Value
| Type | Description |
|---|---|
| eShapeConnectorStyle |
Implements
System.IDisposable