For a list of all members of this type, see IconSetConditionalFormat members.
Name | Description | |
---|---|---|
![]() | ConditionType | Returns a FormatConditionType value which identifies the type of condition for this instance. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase) |
![]() | Formula | Returns the formula which determines the values to which this condition applies. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ThresholdConditionBase) |
![]() | IconCriteria | Returns a collection which defines the criteria for this condition. |
![]() | IconSet | Returns or sets a Infragistics.Documents.Excel.FormatConditionIconSet value which identifies the set of icons used to express this condition. |
![]() | IsCustom | Returns true if the Icon property of one or more criterion returns a value which is from a different icon set as the one returned from the IconSet property. |
![]() | IsReverseOrder | Returns or sets a boolean value indicating whether the order in which icons appear is reversed. |
![]() | Priority | Returns or sets a value which determines the order of evaluation when multiple conditional formatting rules exist. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase) |
![]() | Regions | Returns the Infragistics.Documents.Excel.WorksheetRegion which identifies the cell range with which this condition is associated. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase) |
![]() | ShowValue | Returns or sets a boolean value indicating whether the cell value is shown along with the icon. |
![]() | StopIfTrue | Returns or sets a boolean indicating whether additional formatting rules are evaluated if this rule evaluates to true. Applicable only in the case where the containing collection contains more than one element. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase) |
![]() | Workbook | Returns a reference to the associated workbook. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase) |
![]() | Worksheet | Returns a reference to the associated worksheet. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase) |
View on GitHub