|
@@ -144,7 +144,7 @@ export interface IPageCellObj {
|
|
|
}[];
|
|
}[];
|
|
|
}
|
|
}
|
|
|
export interface ICell {
|
|
export interface ICell {
|
|
|
- font: string;
|
|
|
|
|
|
|
+ font: string | IFontSubCollection;
|
|
|
control: IControlSubCollection|string;
|
|
control: IControlSubCollection|string;
|
|
|
style: string;
|
|
style: string;
|
|
|
Value: number | string | null;
|
|
Value: number | string | null;
|