Field Summary | ||
---|---|---|
const int | COPY | |
Copies the value and format of the source area to the target area
|
||
const int | DEFAULT | |
Automatically fills the target area with the value and format.
|
||
const int | FORMATS | |
Copies only the format of the source area to the target area,
|
||
const 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.
|
||
const int | VALUES | |
Copies only the value of the source area to the target area,
|
const int COPY
const int DEFAULT
const int FORMATS
const int SERIES
const int VALUES