aspose.cells
Class PasteOptions

Represents the paste special options.

Constructor Summary
PasteOptions()
          
 
Property Getters/Setters Summary
functiongetOnlyVisibleCells()
functionsetOnlyVisibleCells(value)
           True means only copying visible cells.
functiongetPasteType()
functionsetPasteType(value)
           The paste special type. The value of the property is PasteType integer constant.
functiongetSkipBlanks()
functionsetSkipBlanks(value)
           Indicates whether skips blank cells.
functiongetTranspose()
functionsetTranspose(value)
           True to transpose rows and columns when the range is pasted. The default value is False.
 

Constructor Detail

PasteOptions

function PasteOptions()

Property Getters/Setters Detail

getPasteType/setPasteType : Number 

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

getSkipBlanks/setSkipBlanks : boolean 

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

getOnlyVisibleCells/setOnlyVisibleCells : boolean 

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

getTranspose/setTranspose : boolean 

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