CellStyle

Overview

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

Properties

NameTypeAccessDescription
align: stringRead
valign: stringRead
bgcolor: stringRead
color: stringRead
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 | |

See Also