Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / TabColor Property


In This Topic
    TabColor Property (Worksheet)
    In This Topic
    Gets or sets the color of the tab.
    Syntax
    'Declaration
     
    
    Public Property TabColor As Color
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As Color
     
    instance.TabColor = value
     
    value = instance.TabColor
    public Color TabColor {get; set;}

    Property Value

    A Color value represents the color of the tab.
    See Also