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


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

Property Value

The string that refers to a theme color for cells in this row. The default value is null, which means that no foreground color is set.
See Also

Reference

Row Class
Row Members