Excel for WinRT
GridColor Property


Gets or sets the color used to display gridlines.
Syntax
'Declaration
 
Public Property GridColor As Windows.UI.Color
'Usage
 
Dim instance As XLSheet
Dim value As Windows.UI.Color
 
instance.GridColor = value
 
value = instance.GridColor
public Windows.UI.Color GridColor {get; set;}
Remarks

Set this property to Color.Transparent to display the grid lines using the default color.

To hide the grid lines, set the ShowGridLines property to false.

See Also

Reference

XLSheet Class
XLSheet Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback