Specifies the method used to fill series of cells.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public enum FillType |
Visual Basic
Copy Code
|
|---|
Public Enum FillType |
Members| 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. |
See Also