I'm writing handler for CellFormatting event. In the handler, I'd like to set the cell's style depending on the value of another cell in the same row. How can I access that another cell's value
without unsharing the row?
↧