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);
True if grid lines are displayed; otherwise, false.
ExportOptionsHtml Class | NativeExcel Namespace