I need to detect whether a cell has diagonal borders. In the Excel document I receive, the customer indicates that a cell should be skipped by applying both forward and backward diagonal border so that an "X" is drawn.
I've seen that the BorderFormatting class seems to support diagonal borders in the way I need. However, I cannot find a way to get access to the BorderFormatting for a cell. Is there such a way? /Bengt