ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / Row Class / Height Property

In This Topic
    Height Property (Row)
    In This Topic
    Gets or sets the height of the row (points).
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(-1)>
    Public Property Height As Integer
    [DefaultValue(-1)]
    public int Height {get; set;}
    See Also