ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SpreadsheetCellStyle - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SpreadsheetCellStyle

    Inheritance
    System.Object
    EJTagHelper
    SpreadsheetCellStyle
    SpreadsheetCommonCellStyle
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    Namespace: Syncfusion.EJ2.Spreadsheet
    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
    Type Description
    MvcTemplate<System.Object>

    FontFamily

    Specifies font family to the cell.

    Declaration
    public FontFamily FontFamily { get; set; }
    Property Value
    Type Description
    FontFamily

    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
    Type Description
    FontStyle

    FontWeight

    Specifies font weight to the cell.

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

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    TextAlign

    Specifies text align style to the cell.

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

    TextDecoration

    Specifies text decoration to the cell.

    Declaration
    public TextDecoration TextDecoration { get; set; }
    Property Value
    Type Description
    TextDecoration

    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
    Type Description
    VerticalAlign
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved