Class ExcelDxfStyleConditionalFormatting
- Namespace
- OfficeOpenXml.Style.Dxf
- Assembly
- Magicodes.EPPlus.dll
public class ExcelDxfStyleConditionalFormatting : DxfStyleBase<ExcelDxfStyleConditionalFormatting>
- Inheritance
-
ExcelDxfStyleConditionalFormatting
- Inherited Members
- Extension Methods
Properties
Border
public ExcelDxfBorderBase Border { get; set; }
Property Value
Fill
public ExcelDxfFill Fill { get; set; }
Property Value
Font
public ExcelDxfFontBase Font { get; set; }
Property Value
HasValue
protected override bool HasValue { get; }
Property Value
Id
protected override string Id { get; }
Property Value
NumberFormat
public ExcelDxfNumberFormat NumberFormat { get; set; }
Property Value
Methods
Clone()
protected override ExcelDxfStyleConditionalFormatting Clone()
Returns
CreateNodes(XmlHelper, string)
protected override void CreateNodes(XmlHelper helper, string path)