SpreadsheetGear 2017
AddAboveAverage Method (IFormatConditions)






SpreadsheetGear Namespace > IFormatConditions Interface : AddAboveAverage Method
Adds a new IAboveAverage conditional format to the represented range.
Syntax
'Declaration
 
Function AddAboveAverage() As IFormatCondition
'Usage
 
Dim instance As IFormatConditions
Dim value As IFormatCondition
 
value = instance.AddAboveAverage()
IFormatCondition AddAboveAverage()
function AddAboveAverage(): IFormatCondition; 
function AddAboveAverage() : IFormatCondition;
IFormatCondition* AddAboveAverage(); 
IFormatCondition^ AddAboveAverage(); 

Return Value

The new conditional format.
Requirements

Target Platforms: 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

Reference

IFormatConditions Interface
IFormatConditions Members