TdxSpreadSheetClipboardCopyMode Enum
Enumerates clipboard fill modes.
Declaration
TdxSpreadSheetClipboardCopyMode = (
ccmNone,
ccmCopy,
ccmCut
);
Members
Name |
---|
ccmNone
|
ccmCopy
|
ccmCut
|
Remarks
Available options include:
Value | Description |
---|---|
ccmNone | The Table View worksheet’s content (including cell data, styles, and floating containers) is not copied or moved to the clipboard in this mode. |
ccmCopy | 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 CopyToClipboard procedure is invoked. |
ccmCut | 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 CutToClipboard procedure is invoked. |
See Also