Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ICustomizeColor Interface / GrayAreaColor Property


In This Topic
GrayAreaColor Property (ICustomizeColor)
In This Topic
Gets or set gray area color.
Syntax
'Declaration
 
Property GrayAreaColor As Color
 
'Usage
 
Dim instance As ICustomizeColor
Dim value As Color
 
instance.GrayAreaColor = value
 
value = instance.GrayAreaColor
See Also