Table of Contents

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

Alignment

Border

A Border to overwrite when the differential format is applied

public Border Border { get; }

Property Value

Border

DifferentialFormat

A DifferentialFormat representing this style

public DifferentialFormat DifferentialFormat { get; }

Property Value

DifferentialFormat

Fill

A Fill to overwrite when the differential format is applied

public Fill Fill { get; }

Property Value

Fill

Font

A Font to overwrite when the differential format is applied

public Font Font { get; }

Property Value

Font

Name

Given name of a differential style

public string Name { get; }

Property Value

string

NumberingFormat

A NumberingFormat to overwrite when the differential format is applied

public NumberingFormat NumberingFormat { get; }

Property Value

NumberingFormat