Spread Windows Forms 11.0 Product Documentation
SelectionLength Property (DropDownEditor)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownEditor Class : SelectionLength Property
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

Reference

DropDownEditor Class
DropDownEditor Members