asposecells.api

Class PasteOperationType

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

Field Summary
const  intNONE
No operation.
const  intADD
Add
const  intSUBTRACT
Subtract
const  intMULTIPLY
Multiply
const  intDIVIDE
Divide
 

    • Field Detail

      • NONE

        const int NONE
        No operation.
      • ADD

        const int ADD
        Add
      • SUBTRACT

        const int SUBTRACT
        Subtract
      • MULTIPLY

        const int MULTIPLY
        Multiply
      • DIVIDE

        const int DIVIDE
        Divide