removePrintTitles method
void
removePrintTitles()
inherited
Removes the repeating print titles (no-op if none are set).
Implementation
void removePrintTitles() => _excel.removeDefinedName(
'_xlnm.Print_Titles',
localSheetId: _localSheetId,
);