com.aspose.cells
Class PasteOptions

java.lang.Object
    extended by com.aspose.cells.PasteOptions

public class PasteOptions 
extends java.lang.Object

Represents the paste special options.

Constructor Summary
PasteOptions()
          
 
Property Getters/Setters Summary
intgetPasteType()
voidsetPasteType(int value)
           The paste special type. The value of the property is PasteType integer constant.
booleangetSkipBlanks()
voidsetSkipBlanks(boolean value)
           Indicates whether skips blank cells.
booleangetTranspose()
voidsetTranspose(boolean value)
           True to transpose rows and columns when the range is pasted. The default value is False.
 

Constructor Detail

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.

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.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.