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