XlSparkType 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 the type of sparkline.
public enum class XlSparkType
public enum XlSparkType
Public Enum XlSparkType
- Inheritance
-
XlSparkType
Fields
Name | Value | Description |
---|---|---|
xlSparkLine | 1 | A line chart sparkline. |
xlSparkColumn | 2 | A column chart sparkline. |
xlSparkColumnStacked100 | 3 | A win/loss chart sparkline. |