[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.MaxLengthUnit

MaxLengthUnit Property

MaxLengthUnit

Gets or sets the calculation methods of the MaxLength (based on byte or character).

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

A bool value, true if the calculational methods of MaxLength are based on bytes, false if based on character.
The default is Char.

Remarks

This property is related to the MaxLength property.