SpreadsheetGear 2017
BorderColor Property (INegativeBarFormat)






SpreadsheetGear Namespace > INegativeBarFormat Interface : BorderColor Property
Returns an instance of IFormatColor which represents the border color for data bars with negative values.
Syntax
'Declaration
 
ReadOnly Property BorderColor As IFormatColor
'Usage
 
Dim instance As INegativeBarFormat
Dim value As IFormatColor
 
value = instance.BorderColor
IFormatColor BorderColor {get;}
read-only property BorderColor: IFormatColor; 
function get BorderColor : IFormatColor
__property IFormatColor* get_BorderColor();
property IFormatColor^ BorderColor {
   IFormatColor^ 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

INegativeBarFormat Interface
INegativeBarFormat Members