Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ComboBoxCellType Class / MaxLength Property


In This Topic
    MaxLength Property (ComboBoxCellType)
    In This Topic
    Gets or sets the maximum number of characters allowed in the combo box cell.
    Syntax
    'Declaration
     
    
    Public Property MaxLength As Integer
    'Usage
     
    
    Dim instance As ComboBoxCellType
    Dim value As Integer
     
    instance.MaxLength = value
     
    value = instance.MaxLength
    public int MaxLength {get; set;}
    See Also