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
Public Properties Public Methods Public Events
Public Methods
Public Properties
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.
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
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...
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 ...
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...
Sets the Value and ValueType properties to the specified values. Overload List