Specifies the method used to fill series of cells.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
Java Copy Code |
---|
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. |
JSpreadsheet Programmer's Guide | © 2024 MindFusion |