Show / Hide Table of Contents

Class ExcelBorderItem

Cell border style

Inheritance
System.Object
StyleBase
ExcelBorderItem
Inherited Members
StyleBase._address
StyleBase._positionID
StyleBase._styles
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.Style
Assembly: Experior.Core.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
Back to top Generated by DocFX