GrapeCity.Xaml.Excel
ShowGridLines Property (ExcelWorksheet)


Gets or sets a value indicating whether show gridlines or not.
Syntax
'Declaration
 
Public Property ShowGridLines As Boolean
'Usage
 
Dim instance As ExcelWorksheet
Dim value As Boolean
 
instance.ShowGridLines = value
 
value = instance.ShowGridLines
public bool ShowGridLines {get; set;}

Property Value

true if show gridline; otherwise, false.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options