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)

Usage

Dim xlDataSeriesDate1 As XlDataSeriesDate = XlDataSeriesDate.xlDay

Syntax

Public Enum XlDataSeriesDate
public enum XlDataSeriesDate
public enum class XlDataSeriesDate
public enum XlDataSeriesDate
public enum XlDataSeriesDate

Members

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

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace