Show / Hide Table of Contents

Class ExcelDrawingLineEnd

Properties for drawing line ends

Inheritance
System.Object
XmlHelper
ExcelDrawingLineEnd
Inherited Members
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 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
System.Nullable<eEndSize>

Style

The shapes line end decoration

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

Width

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

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