Show / Hide Table of Contents

Class ExcelDrawingLineEnd

Properties for drawing line ends

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

Properties

Height

The line start/end height in relation to the line height

Declaration
public eEndSize? Height { get; set; }
Property Value
Type Description
Nullable<eEndSize>

Style

The shapes line end decoration

Declaration
public eEndStyle? Style { get; set; }
Property Value
Type Description
Nullable<eEndStyle>

Width

The line start/end width in relation to the line width

Declaration
public eEndSize? Width { get; set; }
Property Value
Type Description
Nullable<eEndSize>
In this article
Back to top Generated by DocFX