SpreadsheetGear 2017
ForeColor Property (ILineFormat)






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

ILineFormat Interface
ILineFormat Members