com.aspose.cells
Class PasteOperationType

java.lang.Object
    extended by com.aspose.cells.PasteOperationType

public class PasteOperationType 
extends java.lang.Object

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


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

Field Detail

NONE

public static final int NONE
No operation.

ADD

public static final int ADD
Add

SUBTRACT

public static final int SUBTRACT
Subtract

MULTIPLY

public static final int MULTIPLY
Multiply

DIVIDE

public static final int DIVIDE
Divide

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.