Detecting frozen rows in Basic

I would like to be able to find out if a row in a spreadsheet is currently “frozen”. Obviously this information must be stored somewhere since it is persistent across save/open. I’ve used the debugger to search through the ScCellObj and the ScTableSheetObj but have yet to find any hints.

Help, please? Thanks in advance.