alexa
menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class RichText

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    RichText
    Namespace: Syncfusion.EJ2.Spreadsheet
    Assembly: Syncfusion.AspNetCore.Spreadsheet.dll
    Syntax
    public class RichText : EJTagHelper

    Constructors

    RichText()

    Declaration
    public RichText()

    Properties

    Style

    Specifies the style of the segment using CellStyleModel, which represents the general cell styling configuration. However, in a rich text segment, only the superscript or subscript options are supported.

    Declaration
    public SpreadsheetCellStyle Style { get; set; }
    Property Value
    Type Description
    SpreadsheetCellStyle

    The default value is null

    Text

    Specifies the text content of the segment.

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

    The default value is ""

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved