Users can specify for the clipboard to only paste values by setting the clipBoardOptions to set the ClipboardPasteOptions to Values.
1. Set the ClipboardPasteOptions enumeration to values
Set the ClipboardPasteOptions enumeration to values to specify that the clipboard is to paste only the value, not the formatting of a cell:
GC.Spread.Sheets.ClipboardPasteOptions.values;
Mackenzie Albitz