Version

Search Results

ThresholdConditionBase Class

Base class for the DataBarConditionalFormat, IconSetConditionalFormat, and ColorScaleConditionalFormat classes. Syntax

ThresholdConditionBase Class Events

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

ThresholdConditionBase Class Members

Public Properties Public Methods Public Events

Formula Property (ThresholdConditionBase)

Returns the formula which determines the values to which this condition applies. Syntax Remarks Note: the formula should return a boolean result. When the formula is applied to cells in the region if the formula returns false then those cells will not be included in the formatting.

SetFormula Method (ThresholdConditionBase)

Assigns a new Infragistics.Documents.Excel.Formula to the Formula property. 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. Th...

UniqueConditionalFormat Class

Exposes properties which control the visual attributes of a Infragistics.Documents.Excel.WorksheetCell based on whether a cells value is unique across the associated range. Syntax Remarks This condition evaluates to true only for cell values which are unique across the associated range.

UniqueConditionalFormat Class Events

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

UniqueConditionalFormat Class Members

Public Properties Public Methods Public Events