XlDataBarFillType Enumeration
Specifies how a data bar is filled with color.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlDataBarFillType
'Usage
Dim instance As XlDataBarFillType
public enum XlDataBarFillType
Members
Member name | Description | |
---|---|---|
xlDataBarFillSolid | The data bar is filled with solid color. | |
xlDataBarFillGradient | The data bar is filled with a color gradient. |