GrapeCity.Xaml.SpreadSheet.Data
GridLineColor Property (Worksheet)
Example 


GrapeCity.Xaml.SpreadSheet.Data Namespace > Worksheet Class : GridLineColor Property
Gets or sets the gridline color.
Syntax
'Declaration
 
Public Property GridLineColor As Color
'Usage
 
Dim instance As Worksheet
Dim value As Color
 
instance.GridLineColor = value
 
value = instance.GridLineColor
public Color GridLineColor {get; set;}
Example
This example sets the GridLineColor property.
gcSpreadSheet1.Sheets[0].ShowGridLine = true;
gcSpreadSheet1.Sheets[0].GridLineColor = Windows.UI.Colors.Turquoise;
GcSpreadSheet1.Sheets(0).ShowGridLine = True
GcSpreadSheet1.Sheets(0).GridLineColor = Windows.UI.Colors.Turquoise
See Also

Reference

Worksheet Class
Worksheet Members