Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / MaxLength Property


In This Topic
    MaxLength Property (GcComboBoxCellType)
    In This Topic
    Gets or sets the maximum length the user can input in the editable region.
    Syntax
    'Declaration
     
    
    Public Property MaxLength As Integer
    'Usage
     
    
    Dim instance As GcComboBoxCellType
    Dim value As Integer
     
    instance.MaxLength = value
     
    value = instance.MaxLength
    public int MaxLength {get; set;}

    Property Value

    An System.Int32 value.
    The defalut is 0.
    Remarks
    This property is related to the MaxLengthUnit property.
    See Also