Class CellStyleModel
Inheritance
System.Object
CellStyleModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Syncfusion.EJ2.Spreadsheet.dll
Syntax
public class CellStyleModel
Constructors
CellStyleModel()
Declaration
Properties
BackgroundColor
Declaration
public string BackgroundColor { get; set; }
Property Value
Border
Declaration
public string Border { get; set; }
Property Value
BorderBottom
Declaration
public string BorderBottom { get; set; }
Property Value
BorderLeft
Declaration
public string BorderLeft { get; set; }
Property Value
BorderRight
Declaration
public string BorderRight { get; set; }
Property Value
BorderTop
Declaration
public string BorderTop { get; set; }
Property Value
Color
Declaration
public string Color { get; set; }
Property Value
FontFamily
Declaration
public string FontFamily { get; set; }
Property Value
FontSize
Declaration
public string FontSize { get; set; }
Property Value
FontStyle
Declaration
public SpreadsheetFontStyle FontStyle { get; set; }
Property Value
FontWeight
Declaration
public SpreadsheetFontStyle FontWeight { get; set; }
Property Value
TextAlign
Declaration
public SpreadsheetTextAlign TextAlign { get; set; }
Property Value
TextDecoration
Declaration
public string TextDecoration { get; set; }
Property Value
TextIndent
Declaration
public string TextIndent { get; set; }
Property Value
VerticalAlign
Declaration
public SpreadsheetVerticalAlign VerticalAlign { get; set; }
Property Value