GrayAreaBackColor Property
Gets or sets the color in the area between the sheet and the edge of the control.
public Color GrayAreaBackColor {get; set;}
'Declaration
Public Property GrayAreaBackColor As Color
'Usage
Dim instance As SheetView
Dim value As Color
instance.GrayAreaBackColor = value
value = instance.GrayAreaBackColor