Search
FillType Enumeration
See Also
 






Specifies the method used to fill series of cells.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  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