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