[]
The appearance attributes of certain cells.
public class Style
| Name | Description |
|---|---|
| Style() | Create a Style instance. |
| 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. |
| FormatCode | The 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. |