Version 24.2 (latest)

ColorScaleConditionalFormat Class Properties

For a list of all members of this type, see ColorScaleConditionalFormat members.

Public Properties
 NameDescription
Public PropertyColorScaleTypeReturns a ColorScaleType value which identifies this instance as a 2-color or 3-color scale.  
Public PropertyConditionTypeReturns a FormatConditionType value which identifies the type of condition for this instance. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase)
Public PropertyFormulaReturns the formula which determines the values to which this condition applies. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ThresholdConditionBase)
Public PropertyMaximumThresholdReturns a ColorScaleCriterion object which defines the properties of the maximum threshold for this instance.  
Public PropertyMidpointThresholdReturns a ColorScaleCriterion object which defines the properties of the midpoint threshold for this instance.  
Public PropertyMinimumThresholdReturns a ColorScaleCriterion object which defines the properties of the minimum threshold for this instance.  
Public PropertyPriorityReturns or sets a value which determines the order of evaluation when multiple conditional formatting rules exist. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase)
Public PropertyRegionsReturns the Infragistics.Documents.Excel.WorksheetRegion which identifies the cell range with which this condition is associated. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase)
Public PropertyStopIfTrueReturns or sets a boolean indicating whether additional formatting rules are evaluated if this rule evaluates to true. Applicable only in the case where the containing collection contains more than one element. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase)
Public PropertyWorkbookReturns a reference to the associated workbook. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase)
Public PropertyWorksheetReturns a reference to the associated worksheet. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase)
See Also

View on GitHub