Specifies the date component to increment when filling dates.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public enum FillDate |
Visual Basic
Copy Code
|
|---|
Public Enum FillDate |
Members| Member name | Description | |
|---|---|---|
![]() |
Day |
Indicates that the day is incremented. |
![]() |
Month |
Indicates that the month is incremented. |
![]() |
Weekday |
Indicates that the day is incremented, such, that weekends are jumped over, |
![]() |
Year |
Indicates that the year is progressed. |
See Also