Public Methods
Public Properties
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.
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...
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 ...
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
Public Properties Public Methods Public Events
Public Methods
Public Properties
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