java.lang.Object
com.aspose.cells.PasteOptions
public class PasteOptions
- extends java.lang.Object
Represents the paste special options.
PasteOptions
public PasteOptions()
-
Property Getters/Setters Detail |
getPasteType/setPasteType | |
public int getPasteType() / public void setPasteType(int value)
|
-
The paste special type.
The value of the property is PasteType integer constant.
getSkipBlanks/setSkipBlanks | |
public boolean getSkipBlanks() / public void setSkipBlanks(boolean value)
|
-
Indicates whether skips blank cells.
getOnlyVisibleCells/setOnlyVisibleCells | |
public boolean getOnlyVisibleCells() / public void setOnlyVisibleCells(boolean value)
|
-
True means only copying visible cells.
getTranspose/setTranspose | |
public boolean getTranspose() / public void setTranspose(boolean value)
|
-
True to transpose rows and columns when the range is pasted. The default value is False.
getOperationType/setOperationType | |
public int getOperationType() / public void setOperationType(int value)
|
-
Gets and sets the operation type when pasting range.
The value of the property is PasteOperationType integer constant.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.