java.lang.Object
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 int | NONE | |
No operation.
|
static final int | ADD | |
Add
|
static final int | SUBTRACT | |
Subtract
|
static final int | MULTIPLY | |
Multiply
|
static final int | DIVIDE | |
Divide
|
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.