Skip to main content

insert_page_break

Function insert_page_break 

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

Insert a horizontal page break before the given 1-based row number.

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