Specifies the method used to fill series of cells.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public enum FillType |
Visual Basic
![]() |
---|
Public Enum FillType |
Member name | Description | |
---|---|---|
![]() |
Auto |
Indicates that the blank cells in the target range are filled based on the existing data in the range. |
![]() |
Date |
Indicates that the cells in the target range are filled with dates. |
![]() |
Growth |
Indicates that the cells in the target range are filled by multiplying a step value by the value of each cell in turn. |
![]() |
Linear |
Indicates that the cells in the target range are filled by adding a step value to the value of each cell in turn. |
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |