←Select platform

ShowGridLines Property

Summary

Enables or disables rendering of the sheet's grid lines.

Syntax
C#
VB
C++
public bool ShowGridLines {get; set;} 
Public Property ShowGridLines() As Boolean 
   Get 
   Set 
public:  
   property bool ShowGridLines 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to render the sheet's grid lines; otherwise, false. Default value is false.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly