SpreadsheetGear 2012
Automatic Field (ColorIndex)






Specifies that the color is determined automatically.
Syntax
'Declaration
 
Public Const Automatic As System.Integer
'Usage
 
Dim value As System.Integer
 
value = ColorIndex.Automatic
public const System.int Automatic
public field Automatic: System.Integer; Const 
public constvar Automatic : System.int;
public: const System.int Automatic
public:
const System.int Automatic
Remarks
In most cases the automatic color for text or an object is obtained from the current system colors. Typically this is the default window text color for text and lines or the default window color to fill a background.
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

ColorIndex Class
ColorIndex Members

Send Feedback