Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

Sets or returns whether the worksheet's horizontal and vertical cell gridlines will be printed.

(This is not supported for charts.)

C#
public boolean PrintGridlines{ get; set; }
vb.net
Public Property PrintGridlines() As Boolean

Examples

C#
//--- Get PrintGridlines
bool prntGridlines = ps.PrintGridlines
 
//--- Set PrintGridlines
ps.PrintGridlines = true;
vb.net
'--- Get PrintGridlines
Dim prntGridlines As Boolean = ps.PrintGridlines
 
'--- Set PrintGridlines
ps.PrintGridlines = True
  • No labels