CellStyle

Overview

CellStyle is a interface in Aspose.Cells FOSS for TypeScript.

Properties: align, bgcolor, bold, border, bottom, color, and 10 more.

Properties

NameTypeAccessDescription
align: stringReadGets the align.
valign: stringReadGets the valign.
bgcolor: stringReadGets the bgcolor.
color: stringReadGets 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. |

See Also

 English