NativeExcel for .Net Developer's Reference

XlColorIndex.xlColorIndexNone Field

No color.

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

See Also

XlColorIndex Class | NativeExcel Namespace