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


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

Property Value

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

Reference

StyleInfo Class
StyleInfo Members