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


In This Topic
    VerticalAlign Property (TitleInfo)
    In This Topic
    Gets or sets the vertical alignment of the title bar.
    Syntax
    'Declaration
     
    
    Public Property VerticalAlign As VerticalAlign
    'Usage
     
    
    Dim instance As TitleInfo
    Dim value As VerticalAlign
     
    instance.VerticalAlign = value
     
    value = instance.VerticalAlign
    public VerticalAlign VerticalAlign {get; set;}

    Property Value

    VerticalAlign setting of the vertical alignment of the title bar
    Example
    This example sets the title info for the first sheet.
    See Also