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