Tristan Woodrich

Results 3 comments of Tristan Woodrich

auto xrayFormat = xray->cellAt(j,column)->format(); //reverse the border style of the cell pinside->cellAt(j,i)->format().setLeftBorderStyle(xrayFormat.rightBorderStyle()); pinside->cellAt(j,i)->format().setRightBorderStyle(xrayFormat.leftBorderStyle());

Everything compiles fine, but those lines do not change anything in the document. Everything else I am doing in the code executes fine.

setFormat is not a member of Cell.