CellStyle
Overview
CellStyle is a interface in Aspose.Cells FOSS for Typescript.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
align | : string | Read | |
valign | : string | Read | |
bgcolor | : string | Read | |
color | : string | Read | |
font | `: { |
name?: string;
size?: number;
bold?: boolean;
italic?: boolean;
}| Read | | |name|: string| Read | | |size|: number| Read | | |bold|: boolean| Read | | |italic|: boolean| Read | | |border|: {
left?: { style?: string; color?: string };
right?: { style?: string; color?: string };
top?: { style?: string; color?: string };
bottom?: { style?: string; color?: string };
}| Read | | |left|: { style?: string; color?: string }| Read | | |style|: string| Read | | |color|: string| Read | | |right|: { style?: string; color?: string }| Read | | |style|: string| Read | | |color|: string| Read | | |top|: { style?: string; color?: string }| Read | | |style|: string| Read | | |color|: string| Read | | |bottom|: { style?: string; color?: string }| Read | | |style|: string| Read | | |color|: string| Read | | |numberFormat|: string` | Read | |