[]
Gets or sets how data is copied to the Clipboard.
public ClipContent ClipContent { get; set; }
Public Property ClipContent As ClipContent
Type | Description |
---|---|
ClipContent | One of the GrapeCity.Win.Spread.InputMan.CellTypeEditorControl.ClipContent enumeration values that specifies
how data is copied to the Clipboard.
|
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.