asposecells.api

Class PasteOptions

Represents the paste special options.

Constructor Summary
 
Property Getters/Setters Summary
methodgetIgnoreLinksToOriginalFile()
method
           Ingore links to the original file.
methodgetOnlyVisibleCells()
method
           True means only copying visible cells.
methodgetOperationType()
method
           Gets and sets the operation type when pasting range. The value of the property is PasteOperationType integer constant.
methodgetPasteType()
method
           The paste special type. The value of the property is PasteType integer constant.
methodgetSkipBlanks()
method
           Indicates whether skips blank cells.
methodgetTranspose()
method
           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.
      • getOperationType/setOperationType : int 

        int getOperationType() / setOperationType(value)
        
        Gets and sets the operation type when pasting range. The value of the property is PasteOperationType integer constant.
      • getIgnoreLinksToOriginalFile/setIgnoreLinksToOriginalFile : boolean 

        boolean getIgnoreLinksToOriginalFile() / setIgnoreLinksToOriginalFile(value)
        
        Ingore links to the original file.