[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControlCellType.ClipContent

ClipContent Property

ClipContent

Gets or sets how data is copied to the Clipboard.

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

One of the GrapeCity.Win.Spread.InputMan.CellTypeEditorControl.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 the Clipboard by methods or UI behaviors. The ExcludeLiterals value means the displayed text except the literal fields' text is copied.