[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TwoColorScaleConditionalFormattingRule

TwoColorScaleConditionalFormattingRule Class

Represents the two color scale conditional formatting rule.

Inheritance
TwoColorScaleConditionalFormattingRule
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
[TypeConverter(typeof(TwoColorScaleConditionalFormattingRule._a))]
public class TwoColorScaleConditionalFormattingRule : PrePaintConditionalFormattingRule, ICanSerializeXml, ISerializeSupport, ISerializable, IPrePaintConditionalFormattingRule, IExcelExporter, IConditionalFormattingDataRule, IConditionalFormattingRule, ICloneable, INotifyPropertyChanged
<TypeConverter(GetType(TwoColorScaleConditionalFormattingRule._a))>
Public Class TwoColorScaleConditionalFormattingRule
    Inherits PrePaintConditionalFormattingRule
    Implements ICanSerializeXml, ISerializeSupport, ISerializable, IPrePaintConditionalFormattingRule, IExcelExporter, IConditionalFormattingDataRule, IConditionalFormattingRule, ICloneable, INotifyPropertyChanged

Constructors

Properties

Name Description
MaxValue

Gets the maximum value. Note: The maximum value only accepts the ConditionalFormattingColorValue object which has a Type property value of Max, Number, Percent, Formula, or Pecentile.

MinValue

Gets or sets the minimum value. Note: The minimum value only accepts the ConditionalFormattingColorValue object which has a Type property value of Min, Number, Percent, Formula, or Pecentile.

Methods

Name Description
Execute(int, int, object)

Executes the conditional format rule to change the cell's style.

GetObjectData(SerializationInfo, StreamingContext)

Populates a System.Runtime.Serialization.SerializationInfo object with the data needed to serialize the target object.