Spread Windows Forms 12.0 Product Documentation
Lines Property (DropDownEditor)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownEditor Class : Lines Property
Gets or sets the lines in the drop-down editor.
Syntax
'Declaration
 
Public Property Lines As String()
'Usage
 
Dim instance As DropDownEditor
Dim value() As String
 
instance.Lines = value
 
value = instance.Lines
public string[] Lines {get; set;}

Property Value

A string array that indicates the lines.
See Also

Reference

DropDownEditor Class
DropDownEditor Members