Spread for ASP.NET 11 Product Documentation
Height Property (LayoutRow)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > LayoutRow Class : Height Property
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

Reference

LayoutRow Class
LayoutRow Members