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