aspose.cells

Class PasteOperationType

Utility class containing constants. Represents operation type when pasting range.

Field Summary
const  NumberNONE
No operation.
const  NumberADD
Add
const  NumberSUBTRACT
Subtract
const  NumberMULTIPLY
Multiply
const  NumberDIVIDE
Divide
 

    • Field Detail

      • NONE

        const Number NONE
        No operation.
      • ADD

        const Number ADD
        Add
      • SUBTRACT

        const Number SUBTRACT
        Subtract
      • MULTIPLY

        const Number MULTIPLY
        Multiply
      • DIVIDE

        const Number DIVIDE
        Divide