[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType.WrapMode

WrapMode Property

WrapMode

Gets or sets the wrap rule when the GrapeCity.Win.Spread.InputMan.CellType.GcTextBox control is multiline.

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

A GrapeCity.Win.Spread.InputMan.CellType.GcTextBox.WrapMode enumeration that indicates the rule for wrapping the text.
The default is WrapMode.WordWrap.

Remarks

The WrapMode property takes effect for text wrap behaviors. The WrapMode.WordWrap value means wrap the text by word. The WrapMode.CharWrap value means wrap the text by character.

note

This property only takes effect when MultiLine is true.

See Also
Multiline
AcceptsReturn
AcceptsTab
ScrollBars