Skip to main content

get_row_visible

Function get_row_visible 

Source
pub fn get_row_visible(ws: &WorksheetXml, row: u32) -> bool
Expand description

Get the visibility of a row. Returns true if visible (not hidden).

Rows are visible by default, so this returns true if the row does not exist or has no explicit hidden attribute.