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


In This Topic
    Text Property (TitleInfo)
    In This Topic
    Gets or sets the title bar text.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    'Usage
     
    
    Dim instance As TitleInfo
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public string Text {get; set;}

    Property Value

    String containing the text
    Example
    This example sets the title info for the first sheet.
    See Also