PasteOptions Class

PasteOptions class

Represents the paste special options.


type PasteOptions struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewPasteOptionsDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetPasteTypeThe paste special type.
SetPasteTypeThe paste special type.
GetSkipBlanksIndicates whether skips blank cells.
SetSkipBlanksIndicates whether skips blank cells.
GetOnlyVisibleCellsTrue means only copying visible cells.
SetOnlyVisibleCellsTrue means only copying visible cells.
GetTransposeTrue to transpose rows and columns when the range is pasted. The default value is False.
SetTransposeTrue to transpose rows and columns when the range is pasted. The default value is False.
GetOperationTypeGets and sets the operation type when pasting range.
SetOperationTypeGets and sets the operation type when pasting range.
GetIgnoreLinksToOriginalFileIngore links to the original file.
SetIgnoreLinksToOriginalFileIngore links to the original file.