SpreadsheetGear 2017
AddDatabar Method (IFormatConditions)






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

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