Skip to content

Commit

Permalink
fix #711
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyqus committed Apr 25, 2022
1 parent fd66dcf commit 8afa723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ooxml/XSSF/UserModel/XSSFCellStyle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ public BorderDiagonal BorderDiagonal
}
set
{
CT_Border ct = GetCTBorder(copy: true);
CT_Border ct = GetCTBorder();
if (value == BorderDiagonal.Both)
{
ct.diagonalDown = true;
Expand Down

0 comments on commit 8afa723

Please sign in to comment.