Spread Silverlight Documentation
GridLineColor Property (IExcelWorksheet)


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

Property Value

The color of the grid line.
See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members