[]
Gets or sets the maximum number of acceptable lines.
public int MaxLineCount { get; set; }
Public Property MaxLineCount As Integer
Type | Description |
---|---|
int | An int value that indicates the maximum number of lines.
|
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.