[]
        
(Showing Draft Content)

C1.Web.Mvc.Sheet.Style

Style Class

The appearance attributes of certain cells.

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

Constructors

Name Description
Style()

Create a Style instance.

Properties

Name Description
BaseOn

Gets or sets the the base style that this style inherits from.

Border

Gets or sets the cell border.

Fill

Gets or sets the cell fill.

Font

Gets or sets the font of text.

Format

Gets or sets the excel format string.

HAlign

Gets or sets the horizontal alignment of cell content.

Indent

Gets or sets the text indent.

Locked

Gets or sets a value indicating whether to lock the cells.

ShrinkToFit

Gets or sets a value indicating whether allow text shrink to fit cell size.

TextDirection

Gets or sets the direction of text flow.

TextRotation

Gets or sets the rotation angle of text.

VAlign

Gets or sets the vertical alignment of cell content.

WrapText

Gets or sets a value indicating whether allow text wrap.