SpreadsheetGear 2017
NegativeBarFormat Property (IDatabar)






SpreadsheetGear Namespace > IDatabar Interface : NegativeBarFormat Property
Returns an instance of INegativeBarFormat which represents the negative bar format of this conditional format.
Syntax
'Declaration
 
ReadOnly Property NegativeBarFormat As INegativeBarFormat
'Usage
 
Dim instance As IDatabar
Dim value As INegativeBarFormat
 
value = instance.NegativeBarFormat
INegativeBarFormat NegativeBarFormat {get;}
read-only property NegativeBarFormat: INegativeBarFormat; 
function get NegativeBarFormat : INegativeBarFormat
__property INegativeBarFormat* get_NegativeBarFormat();
property INegativeBarFormat^ NegativeBarFormat {
   INegativeBarFormat^ get();
}
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

IDatabar Interface
IDatabar Members