TdxSpreadSheetClipboardCopyMode Enum
In This Article
Enumerates clipboard fill modes.
#Declaration
Delphi
TdxSpreadSheetClipboardCopyMode = (
ccmNone,
ccmCopy,
ccmCut
);
#Members
Name |
---|
ccm
|
ccm
|
ccm
|
#Remarks
Available options include:
Value | Description |
---|---|
ccm |
The Table View worksheet’s content (including cell data, styles, and floating containers) is not copied or moved to the clipboard in this mode. |
ccm |
The Table View worksheet’s content (including cell data, styles, and floating containers) is copied to the clipboard. This mode is active when the Table View worksheet’s Copy |
ccm |
The Table View worksheet’s content (including cell data, styles, and floating containers) is moved to the clipboard. This mode is active when the Table View worksheet’s Cut |
See Also