Public Methods
Public Properties
Returns an Infragistics.Documents.Excel.IWorksheetCellFormat interface implementation which represents the format for cells which meet the criteria associated with this condition. Syntax Remarks The IWorksheetCellFormat implementation defines the visual attributes which are applied to cells whose value meets the a...
Collection class for objects which derive from ConditionBase. Syntax Remarks To enable a conditional format on a region of worksheet cells, add a ConditionBase-derived instance to this collection. This collection exposes an Add method for each type of conditional format available. For example, to add a conditional...
Public Properties Public Methods
Public Methods
Public Properties
Adds a new AverageConditionalFormat instance to this collection. Syntax Parameters regionAddress A string identifying the region to which this conditional format applies.aboveBelow A FormatConditionAboveBelow value which defines the initial value of the AboveBelow property. This parameter is optional and defaults ...
Adds a new BlanksConditionalFormat instance to this collection. Syntax Parameters regionAddress A string identifying the region to which this conditional format applies. Return Value The resulting BlanksConditionalFormat instance.
Adds a new ColorScaleConditionalFormat instance to this collection. Syntax Parameters regionAddress A string identifying the region to which this conditional format applies.colorScaleType A ColorScaleType value which determines whether to add a 2-color or 3-color scale. Return Value The resulting ColorScaleConditi...