Spread 8.0 Documentation
DLL
Support Options

Glossary Item Box

DLL


To move data using the Clipboard

  1. If you do not want to include the row headers when you move data, and you do not want data pasted into the selected row headers, call the SSSetClipboardOptions function and set the wOptions parameter of the function to SS_CLIP_NOHEADERS.
  2. If you want to include the row headers when you move data, but you do not want data pasted into the selected row headers, call the SSSetClipboardOptions function and set the wOptions parameter of the function to SS_CLIP_COPYROWHEADERS.
  3. If you do not want to include the row headers when you move data, but you do want data to be pasted into the selected row headers, call the SSSetClipboardOptions function and set the wOptions parameter of the function to SS_CLIP_PASTEROWHEADERS.
  4. If you want to include the column headers when you move data, but you do not want data pasted into the selected column headers, call the SSSetClipboardOptions function and set the wOptions parameter of the function to SS_CLIP_COPYCOLHEADERS.
  5. If you do not want to include the column headers when you move data, but you do want data to be pasted into the selected column headers, call the SSSetClipboardOptions function and set the wOptions parameter of the function to SS_CLIP_PASTECOLHEADERS.
  6. If you want to include column and row headers when you move data and you want data to be pasted into the selected column and row headers, call the SSSetClipboardOptions function and set the wOptions parameter of the function to SS_CLIP_COPYPASTEALLHEADERS.
  7. If you want a combination of cutting and pasting column and row headers, call the SSSetClipboardOptions function and Or the appropriate SS_CLIP_COPYROWHEADERS, SS_CLIP_PASTEROWHEADERS, SS_CLIP_COPYCOLHEADERS, and SS_CLIP_PASTECOLHEADERS values of the wOptions parameter of the function.
  8. If the SSSetBool function's SSB_AUTOCLIPBOARD boolean is set to TRUE, users can use the Clipboard shortcut keys to copy and paste data, or call the SSClipboardCut and SSClipboardPaste functions.
© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.