XlDataBarFillType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how a data bar is filled with color.
public enum class XlDataBarFillType
public enum XlDataBarFillType
Public Enum XlDataBarFillType
- Inheritance
-
XlDataBarFillType
Fields
Name | Value | Description |
---|---|---|
xlDataBarFillSolid | 0 | The data bar is filled with solid color. |
xlDataBarFillGradient | 1 | The data bar is filled with a color gradient. |