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


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

    Property Value

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