Excel for WinRT
ShowGridLines Property


Gets or sets whether Excel should show the grid lines when displaying the sheet.
Syntax
'Declaration
 
Public Property ShowGridLines As System.Boolean
'Usage
 
Dim instance As XLSheet
Dim value As System.Boolean
 
instance.ShowGridLines = value
 
value = instance.ShowGridLines
public System.bool ShowGridLines {get; set;}
See Also

Reference

XLSheet Class
XLSheet Members

 

 


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

Product Support Forum  |  Documentation Feedback