[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcTextBoxCellType.MaxLineCount

MaxLineCount Property

MaxLineCount

Gets or sets the maximum number of acceptable lines.

Declaration
public int MaxLineCount { get; set; }
Public Property MaxLineCount As Integer
Property Value
Type Description
int

An int value that indicates the maximum number of lines.
The default is zero.

Remarks

MaxLineCount limits the acceptable lines of text when the GrapeCity.Win.Spread.InputMan.CellType.GcTextBox.CountWrappedLine property is true and the GrapeCity.Win.Spread.InputMan.CellType.GcTextBox.Muilitline property is true as well. The default value of this property is zero, which means no limit.

See Also
Multiline
CountWrappedLine