Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ComboDropDown Class / Width Property


In This Topic
    Width Property (ComboDropDown)
    In This Topic
    Gets or sets the width of drop down.
    Syntax
    'Declaration
     
    
    Public Property Width As Integer
    'Usage
     
    
    Dim instance As ComboDropDown
    Dim value As Integer
     
    instance.Width = value
     
    value = instance.Width
    public int Width {get; set;}

    Property Value

    The width of drop down.
    Exceptions
    ExceptionDescription
    value is less than zero.
    See Also