Show / Hide Table of Contents

Class ExcelBorderItemXml

Xml access class for border items

Inheritance
System.Object
XmlHelper
StyleXmlHelper
ExcelBorderItemXml
Inherited Members
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.XmlAccess
Assembly: Experior.Core.dll
Syntax
public sealed class ExcelBorderItemXml : StyleXmlHelper

Properties

Color

Border style

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

Exists

Declaration
public bool Exists { get; }
Property Value
Type Description
System.Boolean

Style

Cell Border style

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