Class SpreadsheetCellStyle
Inheritance
System.Object
SpreadsheetCellStyle
Assembly: Syncfusion.EJ2.dll
Syntax
public class SpreadsheetCellStyle : EJTagHelper
Constructors
SpreadsheetCellStyle()
Declaration
public SpreadsheetCellStyle()
Properties
BackgroundColor
Specifies background color to the cell.
Declaration
public string BackgroundColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Border
Specifies border of the cell.
Declaration
public string Border { get; set; }
Property Value
Type |
Description |
System.String |
|
BorderBottom
Specifies bottom border of the cell.
Declaration
public string BorderBottom { get; set; }
Property Value
Type |
Description |
System.String |
|
BorderLeft
Specifies left border of the cell.
Declaration
public string BorderLeft { get; set; }
Property Value
Type |
Description |
System.String |
|
BorderRight
Specifies right border of the cell.
Declaration
public string BorderRight { get; set; }
Property Value
Type |
Description |
System.String |
|
BorderTop
Specifies top border of the cell.
Declaration
public string BorderTop { get; set; }
Property Value
Type |
Description |
System.String |
|
Color
Specifies font color to the cell.
Declaration
public string Color { get; set; }
Property Value
Type |
Description |
System.String |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
FontFamily
Specifies font family to the cell.
Declaration
public string FontFamily { get; set; }
Property Value
Type |
Description |
System.String |
|
FontSize
Specifies font size to the cell.
Declaration
public string FontSize { get; set; }
Property Value
Type |
Description |
System.String |
|
FontStyle
Specifies font style to the cell.
Declaration
public FontStyle FontStyle { get; set; }
Property Value
FontWeight
Specifies font weight to the cell.
Declaration
public FontWeight FontWeight { get; set; }
Property Value
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
TextAlign
Specifies text align style to the cell.
Declaration
public TextAlign TextAlign { get; set; }
Property Value
TextDecoration
Specifies text decoration to the cell.
Declaration
public TextDecoration TextDecoration { get; set; }
Property Value
TextIndent
Specifies text indent style to the cell.
Declaration
public string TextIndent { get; set; }
Property Value
Type |
Description |
System.String |
|
VerticalAlign
Specifies vertical align to the cell.
Declaration
public VerticalAlign VerticalAlign { get; set; }
Property Value