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