Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / MultiColumnComboBoxCellType Class / ColumnEdit Property
Example


In This Topic
    ColumnEdit Property (MultiColumnComboBoxCellType)
    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 MultiColumnComboBoxCellType
    Dim value As Integer
     
    instance.ColumnEdit = value
     
    value = instance.ColumnEdit
    public int ColumnEdit {get; set;}

    Property Value

    Integer index of the list column
    Example
    This example sets up the multi column combobox.
    See Also