Table of Contents

Class ExcelDrawingConnectionPoint

Namespace
OfficeOpenXml.Drawing
Assembly
EPPlus.dll

A connection point between a shape and a connection shape

public class ExcelDrawingConnectionPoint : XmlHelper
Inheritance
ExcelDrawingConnectionPoint
Inherited Members

Properties

Index

The index the connection point

public int Index { get; set; }

Property Value

int

Shape

The shape to connect

public ExcelShape Shape { get; set; }

Property Value

ExcelShape