Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / AcceptsCrLf Property


In This Topic
    AcceptsCrLf Property (GcNumber)
    In This Topic
    Gets or sets a value indicating how to process the CrLf chars when copy, cut or paste string.
    Syntax
    'Declaration
     
    
    Public Property AcceptsCrLf As CrLfMode
    'Usage
     
    
    Dim instance As GcNumber
    Dim value As CrLfMode
     
    instance.AcceptsCrLf = value
     
    value = instance.AcceptsCrLf
    public CrLfMode AcceptsCrLf {get; set;}

    Property Value

    A CrLfMode enumeration indicates which mode that the CrLf chars will be used when copy, cut and paste string.
    The default is CrLfMode.NoControl.
    Exceptions
    ExceptionDescription
    The value isn't a valid CrLfMode item.
    Remarks
    The CrLf.Cut setting make the GcNumber same with the standard TextBox when copy, cut and paste string.
    See Also