Preserve QExcell vertical alignment

This commit is contained in:
Курнат Андрей
2026-06-01 07:42:53 +03:00
parent 4822ba84a0
commit 25d42363dd
6 changed files with 115 additions and 8 deletions
+1
View File
@@ -35,6 +35,7 @@ export interface CellFormat {
textColor?: string;
fillColor?: string;
horizontalAlign?: "left" | "center" | "right";
verticalAlign?: "top" | "middle" | "bottom";
wrapText?: boolean;
numberFormat?: string;
}