Aspose::Cells::PasteOptions class

PasteOptions class

Represents the paste special options.

class PasteOptions

Methods

MethodDescription
GetIgnoreLinksToOriginalFile()Ingore links to the original file.
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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.
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

FieldDescription
_implThe implementation object.

See Also