[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcCharMaskCellType.AcceptsCrLf

AcceptsCrLf Property

AcceptsCrLf

Gets or sets how to process the CrLf characters when copying, cutting, or pasting a string.

Declaration
public CrLfMode AcceptsCrLf { get; set; }
Public Property AcceptsCrLf As CrLfMode
Property Value
Type Description
CrLfMode

A CrLfMode enumeration indicates which mode the CrLf characters use when copying, cutting, or pasting a string.
The default is CrLfMode.NoControl.

Remarks

The CrLf.Cut setting causes the GcCharMask to be the same as the standard TextBox when copying, cutting, or pasting a string.

Exceptions
Type Condition
InvalidEnumArgumentException

The value is not a valid CrLfMode item.