Hidden rows

Hello,


I import an XLSX file which has hidden rows in the active sheet. I need to step through all rows and would like to identify the hidden rows. Is this possible?

if yes: could you provide me with some direction?

Kind regards
Gernot
Hi,
Yes, you can use xls.GetRowHidden(row)
http://www.tmssoftware.biz/flexcel/doc/vcl/api/FlexCel.Core/TExcelFile/GetRowHidden.html

Many thanks, missed it in the documentation


stay healthy (everyone at TMS)
Gernot