Class ConditionalFormattingRule
Base class for all conditional formatting rules
Inheritance
System.Object
ConditionalFormattingRule
Assembly: DRIT.Spreadsheet.dll
public abstract class ConditionalFormattingRule : object
Properties
Declaration
public bool EqualAverage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public virtual string Formula1 { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Formula2 { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Formula3 { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int Priority { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool StdDev { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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
Declaration
protected virtual void OnDifferentialStyleSet()