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