Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / LayoutRow Class / Height Property


In This Topic
    Height Property (LayoutRow)
    In This Topic
    Gets or sets the height of a layout row in pixels.
    Syntax
    'Declaration
     
    
    Public Property Height As Integer
    'Usage
     
    
    Dim instance As LayoutRow
    Dim value As Integer
     
    instance.Height = value
     
    value = instance.Height
    public int Height {get; set;}
    See Also