Enum ExcelAutoFillType
Specifies the options for autofill
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelAutoFillType
Fields
Name | Description |
---|---|
FillCopy | Copies values and formatting from the source range to the destination range without modification. |
FillDays | Uses a sequence of dates based on the source range to fill the destination range, incrementing by days. |
FillDefault | Uses default values based on the content and formatting of the source range to fill the destination range. |
FillFormats | Copies only formatting from the source range to fill the destination range. |
FillMonths | Uses a sequence of dates based on the source range to fill the destination range, incrementing by months. |
FillSeries | Uses a sequence of values from the source range to populate the destination range. |
FillValues | Copies only values from the source range to fill the destination range. |
FillWeekdays | Uses a sequence of dates based on the source range to fill the destination range, incrementing by weekdays (Monday-Friday). |
FillYears | Uses a sequence of dates based on the source range to fill the destination range, incrementing by years. |
GrowthTrend | Specifies that the destination range is filled with values following an exponential growth pattern derived from the source data. |
LinearTrend | Specifies that the destination range is filled with values following a linear progression based on the source data. |