[]
Defines the cell styling properties.
public class CellStyle
| Name | Description |
|---|---|
| CellStyle() |
| Name | Description |
|---|---|
| BorderBottomColor | Color of the Bottom border. |
| BorderBottomStyle | Style of the Bottom border. |
| BorderBottomWidth | Width of the Bottom border. |
| BorderLeftColor | Color of the Left border. |
| BorderLeftStyle | Style of the Left border. |
| BorderLeftWidth | Width of the Left border. |
| BorderRightColor | Color of the Right border. |
| BorderRightStyle | Style of the Right border. |
| BorderRightWidth | Width of the Right border. |
| BorderTopColor | Color of the Top border. |
| BorderTopStyle | Style of the Top border. |
| BorderTopWidth | Width of the Top border. |
| ClassName | The CSS class name to add to a cell. |
| Color | The font color. |
| FontFamily | The font family. |
| FontSize | The font size. |
| FontStyle | The font style. |
| FontWeight | The font weight. |
| Format | Format string for formatting the value of the cell. |
| TextAlign | The text alignment. |
| TextDecoration | The text decoration. |
| VerticalAlign | The vertical alignment. |
| WhiteSpace | Describes how whitespace inside the element is handled. |