Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / CrLfMode Enumeration


In This Topic
    CrLfMode Enumeration
    In This Topic
    Defines the CrLf mode which describes how to process the CrLf char.
    Syntax
    'Declaration
     
    Public Enum CrLfMode 
       Inherits System.Enum
    'Usage
     
    Dim instance As CrLfMode
    public enum CrLfMode : System.Enum 
    Members
    MemberDescription
    CutCuts the following strings from the first CrLf char in copied, cut and pasted string.
    FilterRemoves all CrLf chars in copied, cut or pasted strings.
    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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.CrLfMode

    See Also