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