|
FlexCel Studio for VCL/LCL
|
Copies a range of cells or all the used range to the clipboard.
procedure CopyToClipboard(Range: TXlsCellRange); overload;
__fastcall CopyToClipboard(TXlsCellRange Range);
|
Parameters |
Description |
|
Range: TXlsCellRange |
Range of cells to copy to the clipboard. |
Information is copied in native Excel format and as Tabbed-delimited text. If you don't specify a cell range, all the used range will be copied.
For limitations on clipboard operations, see Using FlexCel API pdf documentation.
|
Copyright (c) 2002-2008 TMS Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|