ComponentOne ASP.NET MVC Controls
ICellStyle Interface
File
wijmo.grid.sheet.js
Module
wijmo.grid.sheet

Defines the cell styling properties.

Properties

Properties

backgroundColor

The background color.

Type
string

borderBottomColor

Color of the Bottom border.

Type
string

borderBottomStyle

Style of the Bottom border.

Type
string

borderBottomWidth

Width of the Bottom border.

Type
string

borderLeftColor

Color of the Left border.

Type
string

borderLeftStyle

Style of the Left border.

Type
string

borderLeftWidth

Width of the Left border.

Type
string

borderRightColor

Color of the Right border.

Type
string

borderRightStyle

Style of the Right border.

Type
string

borderRightWidth

Width of the Right border.

Type
string

borderTopColor

Color of the Top border.

Type
string

borderTopStyle

Style of the Top border.

Type
string

borderTopWidth

Width of the Top border.

Type
string

className

The CSS class name to add to a cell.

Type
string

color

The font color.

Type
string

fontFamily

The font family.

Type
string

fontSize

The font size.

Type
string

fontStyle

The font style.

Type
string

fontWeight

The font weight.

Type
string

format

Format string for formatting the value of the cell.

Type
string

textAlign

The text alignment.

Type
string

textDecoration

The text decoration.

Type
string

verticalAlign

The vertical alignment.

Type
string

whiteSpace

Describes how whitespace inside the element is handled.

Type
string