Spread WinForms 15
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

Property Value

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