Class ExcelDxfStyle
- Namespace
- OfficeOpenXml.Style.Dxf
- Assembly
- EPPlus.dll
Differential formatting record used in conditional formatting
public class ExcelDxfStyle : ExcelDxfStyleBase
- Inheritance
-
ExcelDxfStyle
- Inherited Members
Properties
Alignment
Cell alignment properties
public ExcelDxfAlignment Alignment { get; }
Property Value
Font
Font formatting settings
public ExcelDxfFont Font { get; }
Property Value
HasValue
If the object has any properties set
public override bool HasValue { get; }
Property Value
NumberFormat
Number format settings
public ExcelDxfNumberFormat NumberFormat { get; }
Property Value
Protection
Cell protection properties used when the worksheet is protected.d
public ExcelDxfProtection Protection { get; }
Property Value
Methods
Clear()
Clears all properties
public override void Clear()