Aspose::Cells::PasteOptions class
Contents
[
Hide
]PasteOptions class
Represents the paste special options.
class PasteOptions
Methods
| Method | Description |
|---|---|
| GetIgnoreLinksToOriginalFile() | Ingore links to the original file. |
| GetKeepOldTables() | Keeps the tables in the destination range. |
| GetOnlyVisibleCells() | True means only copying visible cells. |
| GetOperationType() | Gets and sets the operation type when pasting range. |
| GetPasteType() | The paste special type. |
| GetSkipBlanks() | Indicates whether skips blank cells. |
| GetTranspose() | True to transpose rows and columns when the range is pasted. The default value is False. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const PasteOptions& src) | operator= |
| PasteOptions() | Default constructor. |
| PasteOptions(PasteOptions_Impl* impl) | Constructs from an implementation object. |
| PasteOptions(const PasteOptions& src) | Copy constructor. |
| SetIgnoreLinksToOriginalFile(bool value) | Ingore links to the original file. |
| SetKeepOldTables(bool value) | Keeps the tables in the destination range. |
| SetOnlyVisibleCells(bool value) | True means only copying visible cells. |
| SetOperationType(PasteOperationType value) | Gets and sets the operation type when pasting range. |
| SetPasteType(PasteType value) | The paste special type. |
| SetSkipBlanks(bool value) | Indicates whether skips blank cells. |
| SetTranspose(bool value) | True to transpose rows and columns when the range is pasted. The default value is False. |
| ~PasteOptions() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++