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


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
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Worksheet Class
Worksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options