Enum ExcelFillSeries
Specifies the option for Fill series.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelFillSeries
Fields
| Name | Description |
|---|---|
| AutoFill | Specifies that the destination range is filled automatically based on Excel autofill logic. |
| Days | Uses a sequence of dates based on the source range to fill the destination range, incrementing by days. |
| Growth | Specifies that the destination range is filled with values multiplied by a constant factor for exponential growth. |
| Linear | Specifies that the destination range is filled with values incremented by a constant step difference. |
| Months | Uses a sequence of dates based on the source range to fill the destination range, incrementing by months. |
| Weekdays | Uses a sequence of dates based on the source range to fill the destination range, incrementing by weekdays (Monday-Friday). |
| Years | Uses a sequence of dates based on the source range to fill the destination range, incrementing by years. |