Show / Hide Table of Contents

Class ExcelDrawingConnectionPoint

A connection point between a shape and a connection shape

Inheritance
Object
XmlHelper
ExcelDrawingConnectionPoint
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 class ExcelDrawingConnectionPoint : XmlHelper

Properties

Index

The index the connection point

Declaration
public int Index { get; set; }
Property Value
Type Description
Int32

Shape

The shape to connect

Declaration
public ExcelShape Shape { get; set; }
Property Value
Type Description
ExcelShape
In this article
Back to top Generated by DocFX