Class RangeRichTextString
Summary description for RangeRichTextString.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class RangeRichTextString : RichTextString, ICloneParent, IRTFWrapper, IDisposable, IRichTextString, IParentApplication, IOptimizedUpdate
Constructors
RangeRichTextString(IApplication, Object, Int32, Int32)
Declaration
public RangeRichTextString(IApplication application, object parent, int row, int column)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application | |
System.Object | parent | |
System.Int32 | row | |
System.Int32 | column |
RangeRichTextString(IApplication, Object, Int64)
Declaration
public RangeRichTextString(IApplication application, object parent, long cellIndex)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application | |
System.Object | parent | |
System.Int64 | cellIndex | Cell index. |
RangeRichTextString(IApplication, Object, Int64, TextWithFormat)
Declaration
public RangeRichTextString(IApplication application, object parent, long cellIndex, TextWithFormat text)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application | |
System.Object | parent | |
System.Int64 | cellIndex | Cell index. |
TextWithFormat | text | Formatted text object. |
Properties
DefaultFont
Returns default font. Read-only.
Declaration
public override FontImpl DefaultFont { get; }
Property Value
Type |
---|
FontImpl |
Overrides
Index
Returns index of the string.
Declaration
public int Index { get; }
Property Value
Type |
---|
System.Int32 |
Methods
BeginUpdate()
This method is called before any changes made to the rich text string.
Declaration
public override void BeginUpdate()
Overrides
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
EndUpdate()
This method is called after any changes made to the rich text string.
Declaration
public override void EndUpdate()
Overrides
Implements
System.IDisposable