menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CellStyleModel - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    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()
    Namespace: Syncfusion.EJ2.Spreadsheet
    Assembly: Syncfusion.EJ2.Spreadsheet.dll
    Syntax
    public class CellStyleModel

    Constructors

    CellStyleModel()

    Declaration
    public CellStyleModel()

    Properties

    BackgroundColor

    Declaration
    public string BackgroundColor { get; set; }
    Property Value
    Type
    System.String

    Border

    Declaration
    public string Border { get; set; }
    Property Value
    Type
    System.String

    BorderBottom

    Declaration
    public string BorderBottom { get; set; }
    Property Value
    Type
    System.String

    BorderLeft

    Declaration
    public string BorderLeft { get; set; }
    Property Value
    Type
    System.String

    BorderRight

    Declaration
    public string BorderRight { get; set; }
    Property Value
    Type
    System.String

    BorderTop

    Declaration
    public string BorderTop { get; set; }
    Property Value
    Type
    System.String

    Color

    Declaration
    public string Color { get; set; }
    Property Value
    Type
    System.String

    FontFamily

    Declaration
    public string FontFamily { get; set; }
    Property Value
    Type
    System.String

    FontSize

    Declaration
    public string FontSize { get; set; }
    Property Value
    Type
    System.String

    FontStyle

    Declaration
    public SpreadsheetFontStyle FontStyle { get; set; }
    Property Value
    Type
    SpreadsheetFontStyle

    FontWeight

    Declaration
    public SpreadsheetFontStyle FontWeight { get; set; }
    Property Value
    Type
    SpreadsheetFontStyle

    TextAlign

    Declaration
    public SpreadsheetTextAlign TextAlign { get; set; }
    Property Value
    Type
    SpreadsheetTextAlign

    TextDecoration

    Declaration
    public string TextDecoration { get; set; }
    Property Value
    Type
    System.String

    TextIndent

    Declaration
    public string TextIndent { get; set; }
    Property Value
    Type
    System.String

    VerticalAlign

    Declaration
    public SpreadsheetVerticalAlign VerticalAlign { get; set; }
    Property Value
    Type
    SpreadsheetVerticalAlign
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved