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


In This Topic
    TitleInfo Property (FpSpread)
    In This Topic
    Gets the title information.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TitleInfo As TitleInfo
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As TitleInfo
     
    value = instance.TitleInfo
    public TitleInfo TitleInfo {get;}
    Example
    This example gets the TitleInfo property.
    See Also