Skip to main content

get_panes

Function get_panes 

Source
pub fn get_panes(ws: &WorksheetXml) -> Option<String>
Expand description

Get the current freeze pane cell reference, if any.

Returns the top-left cell of the unfrozen area (e.g., "A2" if row 1 is frozen), or None if no panes are configured.