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
int

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