Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / TabColor Property


In This Topic
TabColor Property (IWorksheet)
In This Topic
Gets or sets the color of the tab.
Syntax
'Declaration
 
Property TabColor As Color
 
'Usage
 
Dim instance As IWorksheet
Dim value As Color
 
instance.TabColor = value
 
value = instance.TabColor

Property Value

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