[]
Extends the CellStyle class to provide Excel-style cell borders and a format string.
public class ExcelCellStyle : CellStyle, INotifyPropertyChanged
Name | Description |
---|---|
ExcelCellStyle() |
Name | Description |
---|---|
CellBorderBrushBottom | Border brush for the bottom of cell |
CellBorderBrushLeft | Border brush for cell. |
CellBorderBrushRight | Border brush for the right of cell. |
CellBorderBrushTop | Border brush for the top of cell. |
CellBorderThickness | Border thickness for cell. |
Format | |
Rotation | Rotaion for content. |
Name | Description |
---|---|
Apply(Border) | oveerrides apply border |