GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadChartElement Class / FillThemeColor Property


In This Topic
FillThemeColor Property (SpreadChartElement)
In This Topic
Gets or sets the color of the fill theme.
Syntax
'Declaration
 
Public Property FillThemeColor As String
 
'Usage
 
Dim instance As SpreadChartElement
Dim value As String
 
instance.FillThemeColor = value
 
value = instance.FillThemeColor

Property Value

The color of the fill theme.
See Also