removePrintArea method

void removePrintArea()
inherited

Removes the print area (no-op if none is set).

Implementation

void removePrintArea() =>
    _excel.removeDefinedName('_xlnm.Print_Area', localSheetId: _localSheetId);