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;}
See Also