Skip to main content

set_row_height

Function set_row_height 

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

Set the height of a row in points. Creates the row if it does not exist.

Valid range: 0.0 ..= 409.0.