Preserve QExcell vertical alignment
This commit is contained in:
@@ -35,6 +35,7 @@ export interface CellFormat {
|
||||
textColor?: string;
|
||||
fillColor?: string;
|
||||
horizontalAlign?: "left" | "center" | "right";
|
||||
verticalAlign?: "top" | "middle" | "bottom";
|
||||
wrapText?: boolean;
|
||||
numberFormat?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user