[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.CrLfMode

CrLfMode Enum

Defines the CrLf mode which describes how to process the CrLf char.

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

When GrapeCity.Windows.InputMan.GcTextBox.Multiline is false, if you set GrapeCity.Windows.InputMan.GcTextBox.AcceptsCrLf to GrapeCity.Windows.InputMan.CrLfMode.Cut, only the substring before the first CrLf char will be kept when pasting; if setting GrapeCity.Windows.InputMan.GcTextBox.AcceptsCrLf to GrapeCity.Windows.InputMan.CrLfMode.Filter, the CrLf chars in the source string will be removed.

Fields

Name Description
Cut

Cuts the following strings from the first CrLf char in copied, cut and pasted string.

Filter

Removes all CrLf chars in copied, cut or pasted strings.