Class ExcelDrawingConnectionPoint
A connection point between a shape and a connection shape
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 class ExcelDrawingConnectionPoint : XmlHelper
Properties
Index
The index the connection point
Declaration
public int Index { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Shape
The shape to connect
Declaration
public ExcelShape Shape { get; set; }
Property Value
Type | Description |
---|---|
ExcelShape |