TdxSpreadSheetClipboardPasteOption Enum
Enumerates available paste operation flags.
#Declaration
TdxSpreadSheetClipboardPasteOption = (
cpoValues,
cpoFormulas,
cpoComments,
cpoNumberFormatting,
cpoStyles,
cpoColumnWidths,
cpoSkipBlanks
);
#Members
Name | Description |
---|---|
cpo
|
A paste operation inserts only cell values if no other paste operation flag is set. If a source cell contains a parsed formula expression, the paste operation inserts only the calculated value into the corresponding target cell. |
cpo
|
Pastes text, numbers, and formula expressions without formatting. When the |
cpo
|
Pastes only comment containers if no other paste operation flag is set. |
cpo
|
Pastes only cell value formatting patterns if no other paste operation flag is set. |
cpo
|
Pastes cell formatting (appearance and behavior settings stored in a cell object’s Style property set) and ignores values, formula expressions, hyperlinks, comment containers, etc. When the |
cpo
|
Applies source cell widths to target cells. |
cpo
|
The paste operation omits all empty cells within the source cell range. This flag is in effect only if the cpo |
#Remarks
The TdxSpreadSheetClipboardPasteOptions type references the TdxSpreadSheetClipboardPasteOption
type.