Xamarin.Android

  • 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
    Namespace: Syncfusion.Drawing
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class TextRange : Object, 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 - 2023 Syncfusion Inc. All Rights Reserved