XlDataSeriesDate Enumeration

Specifies the type of date to apply to a data series.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlDataSeriesDate
'Usage
Dim instance As XlDataSeriesDate
public enum XlDataSeriesDate

Members

Member name Description
xlDay Day.
xlMonth Month.
xlWeekday Weekdays.
xlYear Year.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace