[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.MaxLength

MaxLength Property

MaxLength

Gets or sets the maximum length the user can input in the editable region.

Declaration
[Browsable(true)]
public int MaxLength { get; set; }
<Browsable(True)>
Public Property MaxLength As Integer
Property Value
Type Description
int

An int value.
The defalut is 0.

Remarks

This property is related to the MaxLengthUnit property.