diff --git a/AddTable.docx b/AddTable.docx deleted file mode 100644 index d622449..0000000 Binary files a/AddTable.docx and /dev/null differ diff --git a/ComponentsLibrary/ComponentTable.cs b/ComponentsLibrary/ComponentTable.cs index b0d32bf..34f6dde 100644 --- a/ComponentsLibrary/ComponentTable.cs +++ b/ComponentsLibrary/ComponentTable.cs @@ -113,6 +113,9 @@ namespace ComponentsLibrary table.Rows[0].Cells[columnIndex].CellFormat.VerticalMerge = CellMerge.First; table.Rows[1].Cells[columnIndex].CellFormat.VerticalMerge = CellMerge.Previous; + + table.Rows[0].Cells[columnIndex].CellFormat.VerticalAlignment = CellVerticalAlignment.Center; + table.Rows[1].Cells[columnIndex].CellFormat.VerticalAlignment = CellVerticalAlignment.Center; } // Установка стиля для данных таблицы diff --git a/docs/Word.docx b/docs/Word.docx deleted file mode 100644 index 142778c..0000000 Binary files a/docs/Word.docx and /dev/null differ