removeColumnPageBreak method
Removes a previously inserted column page break (no-op if absent).
Implementation
void removeColumnPageBreak(int columnIndex) {
if (_colBreaks.remove(columnIndex)) _pageBreaksChanged = true;
}
Removes a previously inserted column page break (no-op if absent).
void removeColumnPageBreak(int columnIndex) {
if (_colBreaks.remove(columnIndex)) _pageBreaksChanged = true;
}