[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcCharMaskCellType.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 all displayed text is copied when setting data to the Clipboard by methods or UI behaviors. The ExcludeLiterals value means the displayed text, excluding the literal field text, is copied.