[]
        
(Showing Draft Content)

C1.Web.Mvc.Sheet.CellStyle

CellStyle Class

Defines the cell styling properties.

Inheritance
CellStyle
Namespace: C1.Web.Mvc.Sheet
Assembly: C1.Web.Mvc.FlexSheet.dll
Syntax
public class CellStyle

Constructors

Name Description
CellStyle()

Properties

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.