asposecells.api
Class PasteOptions

Represents the paste special options.

Constructor Summary
PasteOptions()
          
 
Property Getters/Setters Summary
methodgetOnlyVisibleCells()
methodsetOnlyVisibleCells(value)
           True means only copying visible cells.
methodgetPasteType()
methodsetPasteType(value)
           The paste special type. The value of the property is PasteType integer constant.
methodgetSkipBlanks()
methodsetSkipBlanks(value)
           Indicates whether skips blank cells.
methodgetTranspose()
methodsetTranspose(value)
           True to transpose rows and columns when the range is pasted. The default value is False.
 

Constructor Detail

PasteOptions

PasteOptions()

Property Getters/Setters Detail

getPasteType/setPasteType : int 

int getPasteType() / setPasteType(value)
The paste special type. The value of the property is PasteType integer constant.

getSkipBlanks/setSkipBlanks : boolean 

boolean getSkipBlanks() / setSkipBlanks(value)
Indicates whether skips blank cells.

getOnlyVisibleCells/setOnlyVisibleCells : boolean 

boolean getOnlyVisibleCells() / setOnlyVisibleCells(value)
True means only copying visible cells.

getTranspose/setTranspose : boolean 

boolean getTranspose() / setTranspose(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.