Constructor Summary |
---|
PasteOptions()
|
Property Getters/Setters Summary | ||
---|---|---|
function | getOnlyVisibleCells() | |
function | setOnlyVisibleCells(value) | |
True means only copying visible cells. | ||
function | getPasteType() | |
function | setPasteType(value) | |
The paste special type. The value of the property is PasteType integer constant. | ||
function | getSkipBlanks() | |
function | setSkipBlanks(value) | |
Indicates whether skips blank cells. | ||
function | getTranspose() | |
function | setTranspose(value) | |
True to transpose rows and columns when the range is pasted. The default value is False. |
Constructor Detail |
---|
function PasteOptions()
Property Getters/Setters Detail |
---|
getPasteType/setPasteType : Number | |
function getPasteType() / function setPasteType(value) |
getSkipBlanks/setSkipBlanks : boolean | |
function getSkipBlanks() / function setSkipBlanks(value) |
getOnlyVisibleCells/setOnlyVisibleCells : boolean | |
function getOnlyVisibleCells() / function setOnlyVisibleCells(value) |
getTranspose/setTranspose : boolean | |
function getTranspose() / function setTranspose(value) |