NativeExcel for .Net Developer's Reference

XlColorIndex.xlColorIndexAutomatic Field

Automatic color.

[Visual Basic]
Public const xlColorIndexAutomatic As Integer = -1000
[C#]
public const int xlColorIndexAutomatic = -1000;
[C++]
public: const int xlColorIndexAutomatic = -1000;
[JScript]
public const var xlColorIndexAutomatic: int = -1000;

See Also

XlColorIndex Class | NativeExcel Namespace