Returns or sets a boolean value indicating whether the cell value is shown along with the data bar. Syntax Remarks By default, the cell value is displayed along with the databar; use this property to prevent the cell value from appearing.
Constants which determine whether data bars are filled with a solid color or with a gradient. Syntax Members Member Description Context The direction the data bar is displayed is based on context. LeftToRight The data bar is displayed from left-to-right. RightToLeft The data bar is displayed from right-to-left.
Constants which determine whether data bars are filled with a solid color or with a gradient. Syntax Members Member Description Gradient Data bars are filled with a linear gradient. SolidColor Data bars are filled with a solid color.
Constants which specify the manner in which the color for negative-value data bars is determined. Syntax Members Member Description Color Use the value of the NegativeBarFormat.BarColor property. SameAsPositive Use the same color as that of the positive-value data bars.
Exposes properties which control the visual attributes of a Infragistics.Documents.Excel.WorksheetCell based on whether a cells date/time value falls within a given range of time. Syntax Remarks This condition can be used to control the visual attributes of cells with date/time values which fall within a range of ...
For a list of all members of this type, see DateTimeConditionalFormat members. Public Events Name Description PropertyChanged Occurs after a property value has changed (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase) Top
Public Properties Public Methods Public Events
Public Methods
Public Properties
Returns or sets a FormatConditionTimePeriod value which defines the range of time against which cell values are compared when evaluating this condition. Syntax