AutoFillType

Inheritance: java.lang.Object

public final class AutoFillType

Represents the auto fill type.

Fields

FieldDescription
COPYCopies the value and format of the source area to the target area
DEFAULTAutomatically fills the target area with the value and format.
FORMATSCopies only the format of the source area to the target area,
SERIESExtend the value in the source area to the target area in the form of a series and copy format to the target area.
VALUESCopies only the value of the source area to the target area,

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

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,

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int