[]
        
Specifies what data is pasted from the Clipboard.
public enum ClipboardPasteOptions
  Public Enum ClipboardPasteOptions
  | Name | Description | 
|---|---|
| All | [0] Pastes all data objects, including values, formatting, and formulas  | 
      
| AsLink | [4] Pastes as a link to the original cell  | 
      
| AsString | [5] Pastes as a text string  | 
      
| AsStringSkipHidden | [6] Pastes as a text string and skips hidden cells  | 
      
| Formatting | [2] Pastes only formatting  | 
      
| Formulas | [3] Pastes only formulas  | 
      
| Shape | [7] Pastes only shapes  | 
      
| Values | [1] Pastes only values  |