Version

Search Results

Formula Property (FormulaConditionalFormat)

Returns or sets the formula which defines the criteria for this condition. Syntax Remarks This property is not settable; however, the SetFormula method can be used to assign the formula.

SetFormula Method (FormulaConditionalFormat)

Assigns a new Infragistics.Documents.Excel.Formula to this instance. Syntax Parameters formula The string representation of the formula.cellReferenceMode A Infragistics.Documents.Excel.CellReferenceMode value which specifies whether the formula parameter should be interpreted as an A1 or R1C1 expression. This para...

IconCriterion Class

Defines the criterion for an IconSetConditionalFormat threshold. Syntax Remarks This class provides the ability to override the default behavior of the associated condition for the threshold defined by this instance. For example, the icon displayed for cell values which fall within this threshold is determined by ...

IconCriterion Class Events

For a list of all members of this type, see IconCriterion members. Public Events Name Description PropertyChanged Occurs after a property value has changed (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.CriterionBase) Top

IconCriterion Class Members

Public Properties Public Methods Public Events

IconCriterion Class Properties

Public Properties

Comparison Property

Returns or sets a Comparison value which determines whether a greater than or greater than or equal to comparison is made when comparing cell values to the value of this instance. Syntax