Spread for ASP.NET 12 Product Documentation
HeaderGrayAreaColor Property (SheetView)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : HeaderGrayAreaColor Property
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

Reference

SheetView Class
SheetView Members