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


In This Topic
    Lines Property (DropDownEditor)
    In This Topic
    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