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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > MultiColumnComboBoxCellType Class : ColumnEditName Property
Gets or sets which list column (by name) serves as the edit portion of the combo box.
Syntax
'Declaration
 
Public Property ColumnEditName As String
'Usage
 
Dim instance As MultiColumnComboBoxCellType
Dim value As String
 
instance.ColumnEditName = value
 
value = instance.ColumnEditName
public string ColumnEditName {get; set;}
See Also

Reference

MultiColumnComboBoxCellType Class
MultiColumnComboBoxCellType Members