Search
FillDate Enumeration
See Also
 






Specifies the date component to increment when filling dates.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  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