java.lang.Object
com.aspose.cells.AutoFillType
public class AutoFillType
| Field Summary | ||
|---|---|---|
static final int | COPY | |
| Copies the value and format of the source area to the target area | ||
static final int | DEFAULT | |
| Automatically fills the target area with the value and format. | ||
static final int | FORMATS | |
| Copies only the format of the source area to the target area, | ||
static final int | SERIES | |
| Extend the value in the source area to the target area in the form of a series and copy format to the target area. | ||
static final int | VALUES | |
| Copies only the value of the source area to the target area, | ||
| Field Detail |
|---|
COPY | |
public static final int COPY | |
DEFAULT | |
public static final int DEFAULT | |
FORMATS | |
public static final int FORMATS | |
SERIES | |
public static final int SERIES | |
VALUES | |
public static final int VALUES | |