'Declaration
Public Sub SetCondition( _ ByVal condition As CellHighlightCondition _ )
'Usage
Dim instance As ConditionalFormattingCellHighlight Dim condition As CellHighlightCondition instance.SetCondition(condition)
public void SetCondition( CellHighlightCondition condition )
Parameters
- condition
- The CellHighlightCondition that will determine if the Cell is highlighted or not.