Class PasteOptions

PasteOptions class

Represents the paste special options.

public class PasteOptions

Constructors

NameDescription
PasteOptions()The default constructor.

Properties

NameDescription
IgnoreLinksToOriginalFile { get; set; }Ingore links to the original file.
OnlyVisibleCells { get; set; }True means only copying visible cells.
OperationType { get; set; }Gets and sets the operation type when pasting range.
PasteType { get; set; }The paste special type.
SkipBlanks { get; set; }Indicates whether skips blank cells.
Transpose { get; set; }True to transpose rows and columns when the range is pasted. The default value is False.

See Also