Skip to main content

set_row_visible

Function set_row_visible 

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

Set the visibility of a row. Creates the row if it does not exist.