Spread WPF 18
GrapeCity.Spreadsheet Namespace / ISheet Interface / TabColor Property


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

    Property Value

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