XlColorIndex Enum

Definition

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the color of a selected feature such as border, font, or fill.

public enum class XlColorIndex
[System.Runtime.InteropServices.Guid("F6BA0ED9-B530-466E-83D5-325653CC1068")]
public enum XlColorIndex
[<System.Runtime.InteropServices.Guid("F6BA0ED9-B530-466E-83D5-325653CC1068")>]
type XlColorIndex = 
Public Enum XlColorIndex
Inheritance
XlColorIndex
Attributes

Fields

xlColorIndexAutomatic -4105

You should access and use this enumeration from the Excel primary interop assembly (PIA). Automatic color.

xlColorIndexNone -4142

You should access and use this enumeration from the Excel primary interop assembly (PIA). No color.

Applies to