Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / LayoutColumn Class / Width Property


In This Topic
    Width Property (LayoutColumn)
    In This Topic
    Gets or sets the width of this layout column in pixels.
    Syntax
    'Declaration
     
    
    Public Property Width As Integer
    'Usage
     
    
    Dim instance As LayoutColumn
    Dim value As Integer
     
    instance.Width = value
     
    value = instance.Width
    public int Width {get; set;}
    See Also