Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownEditor Class / SelectionLength Property


In This Topic
    SelectionLength Property (DropDownEditor)
    In This Topic
    Gets or sets the number of characters selected in the drop-down editor.
    Syntax
    'Declaration
     
    
    Public Property SelectionLength As Integer
    'Usage
     
    
    Dim instance As DropDownEditor
    Dim value As Integer
     
    instance.SelectionLength = value
     
    value = instance.SelectionLength
    public int SelectionLength {get; set;}

    Property Value

    The number of characters selected in the drop-down editor.
    See Also