Show / Hide Table of Contents

Class ExcelBorderItem

Cell border style

Inheritance
object
StyleBase
ExcelBorderItem
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Style
Assembly: EPPlus.dll
Syntax
public sealed class ExcelBorderItem : StyleBase

Properties

Color

The color of the border

Declaration
public ExcelColor Color { get; }
Property Value
Type Description
ExcelColor

Style

The line style of the border

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