SpreadsheetGear 2017
Color Property (IDataBarBorder)






SpreadsheetGear Namespace > IDataBarBorder Interface : Color Property
Returns an instance of IFormatColor which represents the color of the data bar border.
Syntax
'Declaration
 
ReadOnly Property Color As IFormatColor
'Usage
 
Dim instance As IDataBarBorder
Dim value As IFormatColor
 
value = instance.Color
IFormatColor Color {get;}
read-only property Color: IFormatColor; 
function get Color : IFormatColor
__property IFormatColor* get_Color();
property IFormatColor^ Color {
   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

IDataBarBorder Interface
IDataBarBorder Members