Class TextRange
Represents the text range
Inheritance
System.Object
TextRange
Implements
Namespace: Syncfusion.Drawing
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class TextRange : Object, 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()