com.aspose.cells
Class AutoFillType

java.lang.Object
    extended by com.aspose.cells.AutoFillType

public class AutoFillType 
extends java.lang.Object

Utility class containing constants. Represents the auto fill type.


Field Summary
static final intCOPY
           Copies the value and format of the source area to the target area
static final intDEFAULT
           Automatically fills the target area with the value and format.
static final intFORMATS
           Copies only the format of the source area to the target area,
static final intSERIES
           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 intVALUES
           Copies only the value of the source area to the target area,
 

Field Detail

COPY

public static final int COPY
Copies the value and format of the source area to the target area

DEFAULT

public static final int DEFAULT
Automatically fills the target area with the value and format.

FORMATS

public static final int FORMATS
Copies only the format of the source area to the target area,

SERIES

public 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.

VALUES

public static final int VALUES
Copies only the value of the source area to the target area,

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.