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


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
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Worksheet Class
Worksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options