[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcTextBox.MaxLineCount

MaxLineCount Property

MaxLineCount

Gets or sets the maximum counts of acceptable lines.

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

A int value indicate the maximum counts of lines.
The default is zero.

Remarks

This MaxLineCount limits the acceptable lines of text when the CountWrappedLine property is true and the Multiline property is true too. The default value of this property, zero, means no limit.