Class ExcelDrawingConnectionPoint
A connection point between a shape and a connection shape
Inherited Members
Namespace: OfficeOpenXml.Drawing
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingConnectionPoint : XmlHelper
Properties
Index
The index the connection point
Declaration
public int Index { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Shape
The shape to connect
Declaration
public ExcelShape Shape { get; set; }
Property Value
| Type | Description |
|---|---|
| ExcelShape |