showGridLines property

bool get showGridLines
inherited

Whether gridlines are shown in this sheet (default true).

Implementation

bool get showGridLines => _showGridLines;
set showGridLines (bool value)
inherited

Implementation

set showGridLines(bool value) => _showGridLines = value;