Class DifferentialStyleElement
- Namespace
- BigExcelCreator.Styles
- Assembly
- BigExcelCreator.dll
A style to be converted to an entry of a stylesheet.
Used in conditional formatting
public class DifferentialStyleElement
- Inheritance
-
DifferentialStyleElement
- Inherited Members
Properties
Alignment
A Alignment to overwrite when the differential format is applied
public Alignment Alignment { get; }
Property Value
Border
A Border to overwrite when the differential format is applied
public Border Border { get; }
Property Value
DifferentialFormat
A DifferentialFormat representing this style
public DifferentialFormat DifferentialFormat { get; }
Property Value
Fill
A Fill to overwrite when the differential format is applied
public Fill Fill { get; }
Property Value
Font
A Font to overwrite when the differential format is applied
public Font Font { get; }
Property Value
Name
Given name of a differential style
public string Name { get; }
Property Value
NumberingFormat
A NumberingFormat to overwrite when the differential format is applied
public NumberingFormat NumberingFormat { get; }