Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TabInfo Class / TextColor Property
Example


In This Topic
    TextColor Property
    In This Topic
    Gets or sets the color of the text in the sheet name tabs.
    Syntax
    'Declaration
     
    
    Public Property TextColor As Color
    'Usage
     
    
    Dim instance As TabInfo
    Dim value As Color
     
    instance.TextColor = value
     
    value = instance.TextColor
    public Color TextColor {get; set;}

    Property Value

    Color object containing the text color
    Remarks
    To change the font characteristics of the tab text, use the Font property of the CommandBar class.
    Example
    This example shows how to set the display of the sheet name tabs.
    See Also