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