SpreadsheetGear 2017
DataSeriesDate Enumeration






SpreadsheetGear Namespace : DataSeriesDate Enumeration
Specifies the type of date operation to be performed by the IRange.DataSeries method when DataSeriesType.Chronological is used.
Syntax
'Declaration
 
Public Enum DataSeriesDate 
   Inherits System.Enum
'Usage
 
Dim instance As DataSeriesDate
public enum DataSeriesDate : System.Enum 
public enum DataSeriesDate = class(System.Enum)
public enum DataSeriesDate extends System.Enum
__value public enum DataSeriesDate : public System.Enum 
public enum class DataSeriesDate : public System.Enum 
Members
MemberDescription
DaySpecifies incrementing by days.
MonthSpecifies incrementing by months.
WeekdaySpecifies incrementing by days and skipping days which are not weekdays.
YearSpecifies incrementing by years.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.DataSeriesDate

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear Namespace
DataSeries Method