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


In This Topic
    TitleInfo Property (SheetView)
    In This Topic
    Gets the title information of the sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TitleInfo As TitleInfo
    'Usage
     
    
    Dim instance As SheetView
    Dim value As TitleInfo
     
    value = instance.TitleInfo
    public TitleInfo TitleInfo {get;}

    Property Value

    TitleInfo object containing the appearance settings of the title bar]> This example sets the background (along with other settings) for the title bar.
    Example
    This example sets the TitleInfo property.
    See Also