Show / Hide Table of Contents

Class StyleBase

Inheritance
System.Object
StyleBase
Border
ExcelBorderItem
ExcelColor
ExcelFill
ExcelFont
ExcelGradientFill
ExcelNumberFormat
ExcelStyle
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
Assembly: Experior.Core.dll
Syntax
public abstract class StyleBase

Fields

_address

Declaration
protected string _address
Field Value
Type Description
System.String

_positionID

Declaration
protected int _positionID
Field Value
Type Description
System.Int32

_styles

Declaration
protected ExcelStyles _styles
Field Value
Type Description
ExcelStyles
Back to top Generated by DocFX