GrapeCity.Xaml.Excel
ShowGridLines Property (IExcelWorksheet)


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

Property Value

true if show gridline; otherwise, false.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options