# CellStyleContent

## Content

# Type Alias: CellStyleContent

```ts
type CellStyleContent = TextBoxStyleContent & object;
```

## Type Declaration

### BottomBorder?

```ts
optional BottomBorder?: BorderStyle;
```

### LeftBorder?

```ts
optional LeftBorder?: BorderStyle;
```

### RightBorder?

```ts
optional RightBorder?: BorderStyle;
```

### TextAlign?

```ts
optional TextAlign?: "Center" | "General" | "Left" | "Right" | "Justify" | `=${string}`;
```

### TopBorder?

```ts
optional TopBorder?: BorderStyle;
```

### VerticalAlign?

```ts
optional VerticalAlign?: "Default" | "Top" | "Middle" | "Bottom" | `=${string}`;
```
