java.lang.Objectcom.aspose.cells.PasteOptions
public class PasteOptions
Constructor Summary |
---|
PasteOptions()
|
Property Getters/Setters Summary | ||
---|---|---|
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) |
getTranspose/setTranspose | |
public boolean getTranspose() / public void setTranspose(boolean value) |