Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 665 Bytes

File metadata and controls

18 lines (14 loc) · 665 Bytes

AsposeCellsCloud::Object::PasteOptions

Load the model package

use AsposeCellsCloud::Object::PasteOptions;

Properties

Name Type Description Notes
OnlyVisibleCells boolean True means only copying visible cells.
PasteType string The paste special type.
SkipBlanks boolean Indicates whether skips blank cells.
Transpose boolean True to transpose rows and columns when the range is pasted. The default value is False.

[Back to Model list]
[Back to README]