XlDataSeriesDate 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 date to apply to a data series.
public enum class XlDataSeriesDate
public enum XlDataSeriesDate
Public Enum XlDataSeriesDate
- Inheritance
-
XlDataSeriesDate
Fields
Name | Value | Description |
---|---|---|
xlDay | 1 | Day. |
xlWeekday | 2 | Weekdays. |
xlMonth | 3 | Month. |
xlYear | 4 | Year. |