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


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

Property Value

A System.String object that describes the background theme color for cells in this row. The default value is null which means that no theme color is set for the row.
See Also

Reference

Row Class
Row Members