Table of Contents

Class ExcelDxfBorderItem

Namespace
OfficeOpenXml.Style.Dxf
Assembly
EPPlus.dll

A single border line of a drawing in a differential formatting record

public class ExcelDxfBorderItem : DxfStyleBase
Inheritance
ExcelDxfBorderItem
Inherited Members

Properties

Color

The color of the border

public ExcelDxfColor Color { get; }

Property Value

ExcelDxfColor

HasValue

If the object has any properties set

public override bool HasValue { get; }

Property Value

bool

Style

The border style

public ExcelBorderStyle? Style { get; set; }

Property Value

ExcelBorderStyle?

Methods

Clear()

Clears all properties

public override void Clear()