Show / Hide Table of Contents

Class ExcelConnectionShape

An Excel shape.

Inheritance
System.Object
XmlHelper
ExcelDrawing
ExcelShapeBase
ExcelConnectionShape
Implements
System.IDisposable
Inherited Members
ExcelShapeBase.DrawingType
ExcelShapeBase.Fill
ExcelShapeBase.Border
ExcelShapeBase.Effect
ExcelShapeBase.ThreeD
ExcelShapeBase.HeadEnd
ExcelShapeBase.TailEnd
ExcelShapeBase.Font
ExcelShapeBase.Text
ExcelShapeBase.LockText
ExcelShapeBase.RichText
ExcelShapeBase.TextAnchoring
ExcelShapeBase.TextAnchoringControl
ExcelShapeBase.TextAlignment
ExcelShapeBase.Indent
ExcelShapeBase.TextVertical
ExcelShapeBase.TextBody
ExcelDrawing.EMU_PER_PIXEL
ExcelDrawing.EMU_PER_POINT
ExcelDrawing.EMU_PER_CM
ExcelDrawing.EMU_PER_MM
ExcelDrawing.EMU_PER_US_INCH
ExcelDrawing.EMU_PER_PICA
ExcelDrawing._doNotAdjust
ExcelDrawing.Name
ExcelDrawing.Description
ExcelDrawing.EditAs
ExcelDrawing.Locked
ExcelDrawing.Print
ExcelDrawing.From
ExcelDrawing.Position
ExcelDrawing.Size
ExcelDrawing.To
ExcelDrawing.Hyperlink
ExcelDrawing.As
ExcelDrawing.SetPosition(Int32, Int32)
ExcelDrawing.CellAnchor
ExcelDrawing.ChangeCellAnchor(eEditAs, Int32, Int32, Int32, Int32)
ExcelDrawing.ChangeCellAnchor(eEditAs)
ExcelDrawing.SetPosition(Int32, Int32, Int32, Int32)
ExcelDrawing.SetSize(Int32)
ExcelDrawing.SetSize(Int32, Int32)
ExcelDrawing.SendToBack()
ExcelDrawing.BringToFront()
ExcelDrawing.Group(ExcelDrawing[])
ExcelDrawing.UnGroup(Boolean)
ExcelDrawing.ParentGroup
ExcelDrawing.Dispose()
ExcelDrawing.AdjustPositionAndSize()
ExcelDrawing.CreateShapeNode()
ExcelDrawing.CreateClientData()
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 sealed class ExcelConnectionShape : ExcelShapeBase, IDisposable, IPictureContainer

Properties

ConnectionEnd

Connection ending point

Declaration
public ExcelDrawingConnectionPoint ConnectionEnd { get; }
Property Value
Type Description
ExcelDrawingConnectionPoint

ConnectionStart

Connection starting point

Declaration
public ExcelDrawingConnectionPoint ConnectionStart { get; }
Property Value
Type Description
ExcelDrawingConnectionPoint

Style

Shape connector style

Declaration
public eShapeConnectorStyle Style { get; set; }
Property Value
Type Description
eShapeConnectorStyle

Implements

System.IDisposable
Back to top Generated by DocFX