ready component 2

This commit is contained in:
revengel66 2024-10-28 20:46:47 +04:00
parent 19b9d83d74
commit 0880abd42e
3 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -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;
}
// Установка стиля для данных таблицы

Binary file not shown.