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


GrapeCity.Xaml.SpreadSheet.Data Namespace > Worksheet Class : ShowGridLine Property
Determines whether to show gridlines.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property ShowGridLine As Boolean
'Usage
 
Dim instance As Worksheet
Dim value As Boolean
 
instance.ShowGridLine = value
 
value = instance.ShowGridLine
[DefaultValue()]
public bool ShowGridLine {get; set;}
Example
This example uses the ShowGridLine 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