[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.ClipContent

ClipContent Enum

Specifies how the literal in content will be held in the clipboard.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public enum ClipContent
Public Enum ClipContent
Remarks

The inserting or replacing text will include or exclude literals.

Fields

Name Description
ExcludeLiterals

Literals is excluded when copy or cut text into clipboard.

IncludeLiterals

Literals is included when copy or cut text into clipboard.