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