menu

ASP.NET Core

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

    Show / Hide Table of Contents

    Class TextRange

    Represents the text range

    Inheritance
    System.Object
    TextRange
    Implements
    ITextRange
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Drawing
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class TextRange : ITextRange

    Properties

    RichText

    Comment text.

    Declaration
    public IRichTextString RichText { get; }
    Property Value
    Type Description
    IRichTextString

    Text

    Gets or sets the Text of the RichText string

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

    Methods

    InitializeVariables()

    Initializes variables.

    Declaration
    protected virtual void InitializeVariables()

    Implements

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