Class TextRange
Represents the text range
Inheritance
System.Object
TextRange
Implements
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.Drawing
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class TextRange : ITextRange
Properties
RichText
Comment text.
Declaration
public IRichTextString RichText { get; }
Property Value
Type |
---|
IRichTextString |
Text
Gets or sets the Text of the RichText string
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
Methods
InitializeVariables()
Initializes variables.
Declaration
protected virtual void InitializeVariables()