Question
Bad Fill and Tint colours of table cells
Hello guys,
I'm facing a weird problem, I have a code in C++ that collects all cell information to get it ready for being converted to another format.
I mainly use the ITableAttrAccessor class to get the Fill and Tint colours of every cell, in most of the time this works fine but I have table that returns bad values:
tableAccessor->GetFillColor(cellAddr);
I have also used the method QueryCellAttribute and still having the same bad value, any ideas?
InterfacePtr<ITableAttrUID> icolorAttr((ITableAttrUID *)tableAccessor->QueryCellAttribute( cellAddr, kCellAttrFillColorBoss, IID_ITABLEATTRUID ) );
