Field Summary | ||
---|---|---|
const int | ALL | |
Copies all data of the ranage. | ||
const int | DEFAULT | |
It works as "All" behavior of MS Excel. | ||
const int | ALL_EXCEPT_BORDERS | |
Copies all data of the ranage withoutd the range. | ||
const int | DEFAULT_EXCEPT_BORDERS | |
It works as "All except borders" behavior of MS Excel. | ||
const int | COLUMN_WIDTHS | |
Only copies the widths of the range. | ||
const int | ROW_HEIGHTS | |
Only copies the heights of the range. | ||
const int | COMMENTS | |
const int | FORMATS | |
const int | FORMULAS | |
const int | FORMULAS_AND_NUMBER_FORMATS | |
const int | VALIDATION | |
const int | VALUES | |
const int | VALUES_AND_NUMBER_FORMATS | |
Field Detail |
---|
ALL | |
const int ALL |
DEFAULT | |
const int DEFAULT |
ALL_EXCEPT_BORDERS | |
const int ALL_EXCEPT_BORDERS |
DEFAULT_EXCEPT_BORDERS | |
const int DEFAULT_EXCEPT_BORDERS |
COLUMN_WIDTHS | |
const int COLUMN_WIDTHS |
ROW_HEIGHTS | |
const int ROW_HEIGHTS |
COMMENTS | |
const int COMMENTS |
FORMATS | |
const int FORMATS |
FORMULAS | |
const int FORMULAS |
FORMULAS_AND_NUMBER_FORMATS | |
const int FORMULAS_AND_NUMBER_FORMATS |
VALIDATION | |
const int VALIDATION |
VALUES | |
const int VALUES |
VALUES_AND_NUMBER_FORMATS | |
const int VALUES_AND_NUMBER_FORMATS |