menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum ExcelFillSeries - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved