Class ExcelConnectionShape
An Excel shape.
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Drawing
Assembly: EPPlus.dll
Syntax
public sealed class ExcelConnectionShape : ExcelShapeBase, IDisposable, IPictureContainer
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