Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / MultiColumnComboBoxCellType Class / ColumnWidths Property
Example


In This Topic
    ColumnWidths Property (MultiColumnComboBoxCellType)
    In This Topic
    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;}

    Property Value

    Integer number of pixels in the width of the columns
    Example
    This example sets up the multi column combobox.
    See Also