Class ExcelDrawingLineEnd
Properties for drawing line ends
Inherited Members
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? |