SpreadsheetGear 2017
AddTop10 Method (IFormatConditions)






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

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