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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : GridLineColor Property
Gets or sets the color of the grid lines in the sheet.
Syntax
'Declaration
 
Public Property GridLineColor As Color
'Usage
 
Dim instance As SheetView
Dim value As Color
 
instance.GridLineColor = value
 
value = instance.GridLineColor
public Color GridLineColor {get; set;}
See Also

Reference

SheetView Class
SheetView Members