FormatCondition Properties

Include Protected Members
Include Inherited Members

The FormatCondition type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the Microsoft Excel application.
Public property AppliesTo Returns a Range object specifying the cell range to which the formatting rule is applied.
Public property Borders Returns a Borders collection that represents the borders of a style or a range of cells (including a range defined as part of a conditional format).
Public property Creator Returns a 32-bit integer that indicates the application in which this object was created.
Public property DateOperator Specifies the XlTimePeriods Date operator used in the format condition. Read/write.
Public property Font Returns a Font object that represents the font of the specified object.
Public property Formula1 Returns the value or expression associated with the conditional format or data validation.
Public property Formula2 Returns the value or expression associated with the second part of a conditional format or data validation.
Public property Interior Returns an Interior object that represents the interior of the specified object.
Public property NumberFormat Returns or sets the number format applied to a cell if the conditional formatting rule evaluates to True. Read/write Object.
Public property Operator Returns the operator for the conditional format.
Public property Parent Returns the parent object for the specified object.
Public property Priority Returns or sets the priority value of the conditional formatting rule. The priority determines the order of evaluation when multiple conditional formatting rules exist in a worksheet.
Public property PTCondition Returns a Boolean value indicating if the conditional format is being applied to a PivotTable chart. Read-only.
Public property ScopeType Returns or sets one of the constants of the XlPivotConditionScope enumeration, which determines the scope of the conditional format when it is applied to a PivotTable chart.
Public property StopIfTrue Returns or sets a Boolean value that determines if additional formatting rules on the cell should be evaluated if the current rule evaluates to True.
Public property Text Returns or sets a String value specifying the text used by the conditional formatting rule.
Public property TextOperator Returns or sets one of the constants of the XlContainsOperator enumeration, specifying the text search performed by the conditional formatting rule.
Public property Type Returns the object type.

Top

See Also

Reference

FormatCondition Interface

Microsoft.Office.Interop.Excel Namespace