Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
function | getOnlyVisibleCells() | |
function | setOnlyVisibleCells(value) | |
True means only copying visible cells. | ||
function | getOperationType() | |
function | setOperationType(value) | |
Gets and sets the operation type when pasting range. The value of the property is PasteOperationType integer constant. | ||
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. |
function getPasteType() / function setPasteType(value)
function getSkipBlanks() / function setSkipBlanks(value)
function getOnlyVisibleCells() / function setOnlyVisibleCells(value)
function getTranspose() / function setTranspose(value)
function getOperationType() / function setOperationType(value)