Skip to main content

TdxRichEditBehaviorOptions.PasteSingleCellAsText Property

Specifies if a paste operation inserts one copied table cell as text.

Declaration

property PasteSingleCellAsText: Boolean read; write; default False;

Property Value

Type Default Description
Boolean False
  • If True, a paste operation inserts only text from one copied table cell into a document.
  • If False, a paste operation inserts one copied table cell into a document as is.

Remarks

Set the PasteSingleCellAsText property to True or False to change the behavior of paste operations in relation to one table cell previously copied to the clipboard.

Limitations

The PasteSingleCellAsText property affects only an individual copied table cell. If the clipboard contains multiple table cells, a paste operation always inserts them as a table.

Default Value

The PasteSingleCellAsText property’s default value is False.

See Also