[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxCellType.MaxLengthCodePage

MaxLengthCodePage Property

MaxLengthCodePage

Gets or sets the code page for the encoding that used to count the max length in byte.

Declaration
[TypeConverter(typeof(EncodingCodePageConverter))]
public int MaxLengthCodePage { get; set; }
<TypeConverter(GetType(EncodingCodePageConverter))>
Public Property MaxLengthCodePage As Integer
Property Value
Type Description
int

An int value indictes the code page for the encoding. The default is -1, indicates using the built-in byte length counting method instead of using encoding.

See Also