SpreadsheetGear 2017
BackColor Property (IFillFormat)






SpreadsheetGear.Shapes Namespace > IFillFormat Interface : BackColor Property
Gets an instance of IColorFormat which represents the background color.
Syntax
'Declaration
 
ReadOnly Property BackColor As IColorFormat
'Usage
 
Dim instance As IFillFormat
Dim value As IColorFormat
 
value = instance.BackColor
IColorFormat BackColor {get;}
read-only property BackColor: IColorFormat; 
function get BackColor : IColorFormat
__property IColorFormat* get_BackColor();
property IColorFormat^ BackColor {
   IColorFormat^ 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

IFillFormat Interface
IFillFormat Members