Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / MultiColumnEditor Class / ColumnEdit Property


In This Topic
    ColumnEdit Property (MultiColumnEditor)
    In This Topic
    Gets or sets which list column (by index) serves as the edit portion of the combo box.
    Syntax
    'Declaration
     
    
    Public Property ColumnEdit As Integer
    'Usage
     
    
    Dim instance As MultiColumnEditor
    Dim value As Integer
     
    instance.ColumnEdit = value
     
    value = instance.ColumnEdit
    public int ColumnEdit {get; set;}

    Property Value

    Integer index of the list column
    See Also