I'm writing a LISP routine which resets all cell overrides in a selected table, except for alignment overrides in data rows.
On some more complicated tables we have 2 or 3 header rows stacked on top of each other. When I iterate through the cells, the vla-GetRowType function returns the value for acDataRow on the 2nd & 3rd header rows even though the properties pallete lists these cells as headers. Does anybody know what's going on here?
Thanks for any help