Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
ligan
/
DocX
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Renamed Some stuff
master
Michal Maciejewski
9 anni fa
parent
eb58bbe23f
commit
8b6a2502ff
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
UnitTests/DocXUnitTests.cs
+ 1
- 1
UnitTests/DocXUnitTests.cs
Vedi 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…
Annulla
Salva