Version

Search Results

CriterionBase Class Events

For a list of all members of this type, see CriterionBase members. Public Events Name Description PropertyChanged Occurs after a property value has changed Top

CriterionBase Class Members

Public Properties Public Methods Public Events

CriterionBase Class Properties

Public Properties

Formula Property (CriterionBase)

Returns the formula which determines whether cell values meet the criteria defined by the associated condition. Syntax Remarks This property is only applicable when the ValueType property is set to Formula. To assign a formula, use the %SetFormula(string, CellReferenceMode?)% method.

PropertyChanged Event (CriterionBase)

Occurs after a property value has changed Syntax Event Data The event handler receives an argument of type PropertyChangedEventArgs containing data related to this event. The following PropertyChangedEventArgs properties provide information specific to this event.Property Description PropertyName

SetFormula Method (CriterionBase)

Assigns the specified formula to the Formula property, and assigns a value of Formula to the ValueType property. Syntax Parameters formula The string representation of the Formula to be assigned to the Value property.cellReferenceMode A Infragistics.Documents.Excel.CellReferenceMode value which specifies whether t...

SetValue(Double,FormatConditionValueType) Method

Sets the Value and ValueType properties to the specified values. Syntax Parameters value The new value for the Value property.valueType The new value for the ValueType property. Must be set to either Number, Percentage, or Percentile or an exception is thrown. Remarks To set the ValueType property to Formula, use ...

SetValue(FormatConditionValueType) Method

Sets the ValueType property to the specified FormatConditionValueType value. Syntax Parameters valueType The new value for the ValueType property. Remarks The valueType parameter must be set to one of the following values or an exception is thrown: AutomaticLowest AutomaticHighest LowestValue HighestValue To set t...

SetValue Method (CriterionBase)

Sets the Value and ValueType properties to the specified values. Overload List