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


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

    Property Value

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