Field Summary | ||
---|---|---|
const Number | ALL | |
Copies all data of the range.
|
||
const Number | DEFAULT | |
It works as "All" behavior of MS Excel.
|
||
const Number | ALL_EXCEPT_BORDERS | |
Copies all data of the range without 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_FORMATS | |
const Number | VALUES_AND_NUMBER_FORMATS | |
const Number ALL
const Number DEFAULT
const Number ALL_EXCEPT_BORDERS
const Number DEFAULT_EXCEPT_BORDERS
const Number COLUMN_WIDTHS
const Number ROW_HEIGHTS
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_FORMATS
const Number VALUES_AND_NUMBER_FORMATS