Spread Silverlight Documentation
GridLineColor Property (ExcelWorksheet)


GrapeCity.Excel Namespace > ExcelWorksheet Class : GridLineColor Property
Gets or sets the color of the grid line.
Syntax
'Declaration
 
Public Property GridLineColor As IExcelColor
'Usage
 
Dim instance As ExcelWorksheet
Dim value As IExcelColor
 
instance.GridLineColor = value
 
value = instance.GridLineColor
public IExcelColor GridLineColor {get; set;}

Property Value

The color of the grid line.
See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members