[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControl.ClipContent

ClipContent Property

ClipContent

Gets or sets how data should be copied to the clipboard.

Declaration
public ClipContent ClipContent { get; set; }
Public Property ClipContent As ClipContent
Property Value
Type Description
ClipContent

One of the ClipContent enumeration values that specifies how data is copied to the clipboard.
The default is IncludeLiterals.

Remarks

The IncludeLiterals value means that all displayed text is copied when setting data to Clipboard using methods or UI behaviors. The ExcludeLiterals value means the displayed text except for the literal fields' text is copied.