Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / MultiColumnEditor Class / ColumnWidths Property


In This Topic
    ColumnWidths Property (MultiColumnEditor)
    In This Topic
    Gets or sets the widths of the columns.
    Syntax
    'Declaration
     
    
    Public Property ColumnWidths As Integer()
    'Usage
     
    
    Dim instance As MultiColumnEditor
    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
    See Also