Gets or sets the color of the header area that does not contain column header or row header cells.
Syntax
'Declaration
Public Property HeaderGrayAreaColor As Color
'Usage
Dim instance As SheetView
Dim value As Color
instance.HeaderGrayAreaColor = value
value = instance.HeaderGrayAreaColor
public Color HeaderGrayAreaColor {get; set;}
See Also