Version

AddAverageCondition Method

Adds a new AverageConditionalFormat instance to this collection.
Syntax
'Declaration
 
Public Function AddAverageCondition( _
   ByVal regionAddress As System.String, _
   Optional ByVal aboveBelow As FormatConditionAboveBelow _
) As AverageConditionalFormat
public AverageConditionalFormat AddAverageCondition( 
   System.string regionAddress,
   FormatConditionAboveBelow aboveBelow
)

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 to AboveAverage.

Return Value

Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub