PasteOptions
PasteOptions class
Represents the paste special options.
public class PasteOptions
Constructors
Properties
Name |
Description |
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