Specifies the date component to increment when filling dates.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
Java Copy Code |
---|
public enum FillDate |
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. |
JSpreadsheet Programmer's Guide | © 2024 MindFusion |