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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > MultiColumnComboBoxCellType Class : ColumnWidths Property
Gets or sets the widths (in pixels) of the columns.
Syntax
'Declaration
 
Public Property ColumnWidths As Integer()
'Usage
 
Dim instance As MultiColumnComboBoxCellType
Dim value() As Integer
 
instance.ColumnWidths = value
 
value = instance.ColumnWidths
public int[] ColumnWidths {get; set;}
See Also

Reference

MultiColumnComboBoxCellType Class
MultiColumnComboBoxCellType Members