Skip to content

Commit

Permalink
fix #711
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyqus committed Feb 14, 2022
1 parent c2f8f80 commit 838b974
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 838b974

Please sign in to comment.