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


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

Property Value

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

Reference

TableStyleInfo Class
TableStyleInfo Members