RangeGroupBackgroundColor Property (SheetView)
In This Topic
Gets or sets the background color of the outline (range group) region.
Syntax
'Declaration
Public Property RangeGroupBackgroundColor As Color
'Usage
Dim instance As SheetView
Dim value As Color
instance.RangeGroupBackgroundColor = value
value = instance.RangeGroupBackgroundColor
public Color RangeGroupBackgroundColor {get; set;}
See Also