remove_page_break

Function remove_page_break 

Source
pub fn remove_page_break(ws: &mut WorksheetXml, row: u32) -> Result<()>
Expand description

Remove a horizontal page break at the given 1-based row number.

If no break exists at this row, the call is a no-op.