Skip to content

Commit

Permalink
Updated document
Browse files Browse the repository at this point in the history
  • Loading branch information
vderyushev committed Jul 23, 2024
1 parent 3ef1127 commit d0ad0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/ApiExamples/ApiExamples/ExTable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1819,7 +1819,7 @@ private void ConvertWith(string separator, Table table)
[Test]
public void GetColSpanRowSpan()
{
Document doc = new Document(MyDir + "Table with merged cells.docx");
Document doc = new Document(MyDir + "Merged table.docx");

var table = (Table)doc.GetChild(NodeType.Table, 0, true);
// Convert cells with merged columns into a format that can be easily manipulated.
Expand Down

0 comments on commit d0ad0c0

Please sign in to comment.