GrapeCity.Xaml.SpreadSheet.Data
ForegroundThemeColor Property (TableStyleInfo)


GrapeCity.Xaml.SpreadSheet.Data Namespace > TableStyleInfo Class : ForegroundThemeColor Property
Gets or sets a System.String object that describes the foreground for a cell.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property ForegroundThemeColor As String
'Usage
 
Dim instance As TableStyleInfo
Dim value As String
 
instance.ForegroundThemeColor = value
 
value = instance.ForegroundThemeColor
[DefaultValue()]
public string ForegroundThemeColor {get; set;}

Property Value

The System.String object that describes the foreground for a cell.
See Also

Reference

TableStyleInfo Class
TableStyleInfo Members