Table of Contents

Class ExcelConditionalFormattingRule

Namespace
OfficeOpenXml.ConditionalFormatting
Assembly
Magicodes.EPPlus.dll
public abstract class ExcelConditionalFormattingRule : XmlHelper, IExcelConditionalFormattingRule
Inheritance
ExcelConditionalFormattingRule
Implements
Derived
Inherited Members
Extension Methods

Properties

AboveAverage

protected bool? AboveAverage { get; set; }

Property Value

bool?

Address

public ExcelAddress Address { get; set; }

Property Value

ExcelAddress

Bottom

protected bool? Bottom { get; set; }

Property Value

bool?

EqualAverage

protected bool? EqualAverage { get; set; }

Property Value

bool?

Formula

public string Formula { get; set; }

Property Value

string

Formula2

public string Formula2 { get; set; }

Property Value

string

Node

public XmlNode Node { get; }

Property Value

XmlNode

Operator

protected eExcelConditionalFormattingOperatorType Operator { get; set; }

Property Value

eExcelConditionalFormattingOperatorType

Percent

protected bool? Percent { get; set; }

Property Value

bool?

Priority

public int Priority { get; set; }

Property Value

int

Rank

public ushort Rank { get; set; }

Property Value

ushort

StdDev

public ushort StdDev { get; set; }

Property Value

ushort

StopIfTrue

public bool StopIfTrue { get; set; }

Property Value

bool

Style

public ExcelDxfStyleConditionalFormatting Style { get; }

Property Value

ExcelDxfStyleConditionalFormatting

TimePeriod

protected eExcelConditionalFormattingTimePeriodType TimePeriod { get; set; }

Property Value

eExcelConditionalFormattingTimePeriodType

Type

public eExcelConditionalFormattingRuleType Type { get; }

Property Value

eExcelConditionalFormattingRuleType