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


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

    Property Value

    Border object containing the border of the title bar
    Example
    This example sets the title info for the first sheet.
    See Also