XlBackground Enumeration
Specifies the background type for text in charts.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlBackground
'Usage
Dim instance As XlBackground
public enum XlBackground
Members
Member name | Description | |
---|---|---|
xlBackgroundAutomatic | Excel controls the background. | |
xlBackgroundOpaque | Opaque. | |
xlBackgroundTransparent | Transparent. |