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


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

Property Value

The color of the background theme.
See Also

Reference

Column Class
Column Members