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


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

    Property Value

    Integer index of the list column
    See Also