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


In This Topic
    Height Property (TitleInfo)
    In This Topic
    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;}

    Property Value

    Unit object containing the height of the title bar
    Remarks
    The actual height of the title is max(Height, height_of_font in browser).
    Example
    This example sets the title info for the first sheet.
    See Also