Spread for ASP.NET 12 Product Documentation
TextColor Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TabInfo Class : TextColor Property
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;}
See Also

Reference

TabInfo Class
TabInfo Members