Class ExcelDrawingLineEnd
- Namespace
- OfficeOpenXml.Drawing
- Assembly
- EPPlus.dll
Properties for drawing line ends
public sealed class ExcelDrawingLineEnd : XmlHelper
- Inheritance
-
ExcelDrawingLineEnd
- Inherited Members
Properties
Height
The line start/end height in relation to the line height
public eEndSize? Height { get; set; }
Property Value
Style
The shapes line end decoration
public eEndStyle? Style { get; set; }
Property Value
Width
The line start/end width in relation to the line width
public eEndSize? Width { get; set; }