This website works better with JavaScript.
Home
Explore
Help
Sign In
ligan
/
DocX
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Renamed Some stuff
master
Michal Maciejewski
9 years ago
parent
eb58bbe23f
commit
8b6a2502ff
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
UnitTests/DocXUnitTests.cs
+ 1
- 1
UnitTests/DocXUnitTests.cs
View File
@@ -1429,7 +1429,7 @@ namespace UnitTests
t1.Rows[0].MergeCells(0, 1);
t1.Rows[1].MergeCells(0, 1);
t1.MergeCellsInColumn(0, 0, 1);
document.Save
As
(
@"C:\\Meh\\ThisTest.docx"
);
document.Save();
}
}
Write
Preview
Loading…
Cancel
Save