NativeExcel for .Net Developer's Reference

ExportOptionsHtml.ShowGridLines Property

Gets or sets a value that indicates whether or not the grid lines are displayed. Default value is false

[Visual Basic]
Public Property ShowGridLines As Boolean
[C#]
public bool ShowGridLines { get; set; }
[C++]
public: __property bool get_ShowGridLines();
public: __property void set_ShowGridLines(bool );
[JScript]
public function get ShowGridLines() : bool
public function set ShowGridLines(bool);

Property Value

True if grid lines are displayed; otherwise, false.

See Also

ExportOptionsHtml Class | NativeExcel Namespace