Spread for ASP.NET 11 Product Documentation
ColumnEdit Property (MultiColumnEditor)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Editor Namespace > MultiColumnEditor Class : ColumnEdit Property
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 MultiColumnEditor
Dim value As Integer
 
instance.ColumnEdit = value
 
value = instance.ColumnEdit
public int ColumnEdit {get; set;}

Property Value

Integer index of the list column
See Also

Reference

MultiColumnEditor Class
MultiColumnEditor Members