GridLineColor Property (SheetSkin)
In This Topic
Gets the color of the grid lines on the sheet.
Syntax
'Declaration
Public ReadOnly Property GridLineColor As Color
'Usage
Dim instance As SheetSkin
Dim value As Color
value = instance.GridLineColor
public Color GridLineColor {get;}
Property Value
Color object that contains the color of the grid lines
Example
This example shows the use of the property by returning all the properties for the skin.
See Also