Utility class containing constants.
Represents operation type when pasting range.
Field Summary |
const Number | NONE | |
No operation.
|
const Number | ADD | |
Add
|
const Number | SUBTRACT | |
Subtract
|
const Number | MULTIPLY | |
Multiply
|
const Number | DIVIDE | |
Divide
|
-
Field Detail
NONE
const Number NONE
No operation.
SUBTRACT
const Number SUBTRACT
Subtract
MULTIPLY
const Number MULTIPLY
Multiply
DIVIDE
const Number DIVIDE
Divide