Spread for ASP.NET 12 Product Documentation
Height Property (TitleInfo)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TitleInfo Class : Height Property
Gets or sets the title bar height.
Syntax
'Declaration
 
Public Property Height As Unit
'Usage
 
Dim instance As TitleInfo
Dim value As Unit
 
instance.Height = value
 
value = instance.Height
public Unit Height {get; set;}
Remarks
The actual height of the title is max(Height, height_of_font in browser).
See Also

Reference

TitleInfo Class
TitleInfo Members