Show / Hide Table of Contents

Class ConditionalFormattingRule

Base class for all conditional formatting rules

Inheritance
System.Object
ConditionalFormattingRule
DataBarFormattingRule
IconSetFormattingRule
StandardConditionalFormattingRule
TwoColorScaleFormattingRule
Namespace: DRIT.Spreadsheet.ConditionalFormatting
Assembly: DRIT.Spreadsheet.dll
Syntax
public abstract class ConditionalFormattingRule : object

Properties

EqualAverage

Declaration
public bool EqualAverage { get; set; }
Property Value
Type Description
System.Boolean

Formula1

Declaration
public virtual string Formula1 { get; set; }
Property Value
Type Description
System.String

Formula2

Declaration
public string Formula2 { get; set; }
Property Value
Type Description
System.String

Formula3

Declaration
public string Formula3 { get; set; }
Property Value
Type Description
System.String

Priority

Declaration
public int Priority { get; set; }
Property Value
Type Description
System.Int32

StdDev

Declaration
public bool StdDev { get; set; }
Property Value
Type Description
System.Boolean

StopIfTrue

Declaration
public bool StopIfTrue { get; set; }
Property Value
Type Description
System.Boolean

Text

Declaration
public virtual string Text { get; set; }
Property Value
Type Description
System.String

Methods

OnDifferentialStyleSet()

Declaration
protected virtual void OnDifferentialStyleSet()
Back to top Generated by DocFX