Spread for ASP.NET 12 Product Documentation
DataColumn Property (MultiColumnComboBoxCellType)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > MultiColumnComboBoxCellType Class : DataColumn Property
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;}
See Also

Reference

MultiColumnComboBoxCellType Class
MultiColumnComboBoxCellType Members