FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GrayAreaBackColor Property


In This Topic
GrayAreaBackColor Property
In This Topic
Gets or sets the color in the area between the sheet and the edge of the control.
Syntax
'Declaration
 
Public Property GrayAreaBackColor As Color
 
'Usage
 
Dim instance As SheetView
Dim value As Color
 
instance.GrayAreaBackColor = value
 
value = instance.GrayAreaBackColor
See Also