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.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
eEndSize?

Style

The shapes line end decoration

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

Width

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

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