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.
pub fn remove_page_break(ws: &mut WorksheetXml, row: u32) -> Result<()>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.