FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedInterfaceRenderer Class / RangeGroupBackgroundColor Property


In This Topic
RangeGroupBackgroundColor Property (EnhancedInterfaceRenderer)
In This Topic
Gets or sets the color of the outline (range group) background.
Syntax
'Declaration
 
Public Property RangeGroupBackgroundColor As Color
 
'Usage
 
Dim instance As EnhancedInterfaceRenderer
Dim value As Color
 
instance.RangeGroupBackgroundColor = value
 
value = instance.RangeGroupBackgroundColor

Property Value

Color of the outline (range group) background
See Also