MindFusion.Wpf Pack Programmer's Guide
FillType Enumeration
See Also
 





Specifies the method used to fill series of cells.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  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

MindFusion.Spreadsheet.Wpf Namespace