Aspose::Cells::PasteOperationType enum
PasteOperationType enum
Represents operation type when pasting range.
enum class PasteOperationType
Values
| Name | Value | Description |
|---|---|---|
| None | 0 | No operation. |
| Add | 1 | Add. |
| Subtract | 2 | Subtract. |
| Multiply | 3 | Multiply. |
| Divide | 4 | Divide. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++